Send me some of the commands being used in linux

Answer Posted / fazlur rahaman naik

here r some command used in linux up to my knowledge.

mkdir directory name --> it creates a new directory.
cd directory name --> it changes the directory
rm file name -> it removes file from the directory.
make --> it builds a executable file of more than 1 file.
cc filename --> compiles the file
tar -zcf directory or file filename.tgz --> it adds all the
files into one file.
tar -zxf filename.tgz --> it extracts all the files from
the integrated file.
poweroff --> it halts the system.
restart --> it restarts the system.
ls --> it displays the files & directories in the current
directory.
grep
find filename -> it finds the perticular file in the
directory.
ld -> linker
rmdir or rm -r directory name -> it removes the directory.
ps --> displays the processes running in the system
cp sourcefile targerfile
mv sourcefile target file
touch filename
differ first file second file --> it shows the difference
between the two give files.
vi filename --> it opens a file in vi editor.
lynx ipaddress --> it is used to browse a webpage
./sbin/ifconfig --> it displays the ip configuration of
the system.

u can see man page for more information on these commands.

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is FC command?

495


How do make computer faster?

541


How you will create new folder / directories and how to remove file and folder in linux?

482


What is option in linux command?

547


How use more command in linux?

546






What does history command do in linux?

529


What does top do in linux?

515


What is the best cpu stress test?

500


How do I check if my cpu is overclocked?

544


How much ram do I have linux?

538


How do you know which shell I am using in linux?

531


What daemon is used for scheduling of the commands?

523


You suspect that you have two commands with the same name as the command is not producing the expected results. What command can you use to determine thelocation of the command being run?

509


What is history command in linux?

555


How do I list all processes in linux?

524