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
What is cd command used for?
How do I move to root in linux?
How do I start ms dos?
How often do you use grep command and how in Linux operating system?
You are required to restore the file memo.ben. It was backed up in the tar file MyBackup.tar. Which command would you use to do it?
Which daemon is used for scheduling of the commands?
What is echo command in batch file?
How do I clear bash history in linux?
How do you sort cpu in top command?
How remove all files in a directory linux?
What does c mean in linux?
What will happen when a system call is encountered in a user program?
Which command is used to see the online manual?
How do you limit memory usage for commands?
What is the fastest way to enter a series of commands from the command-line?