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
How do you create a file?
Suppose you try to delete a file using the rm command and the deletion fails. What could be the possible reason?
Which command will show you free/used memory?
What does grep command do?
What are vim commands?
Explain the linux directory commands along with the description?
How do I check my system performance?
Which command would you use to create a file system on a new hard drive?
What is tail command in linux?
How to activate / deploy licence in RHEL 6 and what will happen if you don't activate / deploy licence in RHEL 6 ?
Does cp overwrite?
What is cpu in linux?
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 ?
Which command is used to delete a group?
What is du -s * | sort -k1,1rn | head command used for?