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 command do you type to find help about the command who?

533


How do I check cpu usage?

567


What command should you use to check your file system?

518


What is #!/ Bin sh?

539


What does p mean linux?

523






What is cpu core in linux?

500


What is mkdir p linux?

537


How commands work in linux?

507


What are bash scripts used for?

557


You wish to print a file ‘draft’ with 60 lines to a page. What command would you use?

553


I am using RedHat 6.3 in I wanna to install and configure zimbra mail. Can anybody tell me what are the RPM packages required for zimbra mail ? Where can I get those RPM packages ?

1166


How do I know my linux shell version?

498


Information technology is widely used in

1481


Enlist some linux networking and troubleshooting commands?

509


What does mkdir mean in linux?

599