Send me some of the commands being used in linux
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / neha arora
mkdir
chown
bg
fdisk
chgrp
chmod
gunzip
gzip
touch
useradd
userdel
which
whereis
rmdir
cat
find
mv
cp
locate
init
kill
fdisk
mkfs
mount
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / neha arora
mkdir
chown
bg
fdisk
chgrp
chmod
gunzip
gzip
touch
useradd
userdel
which
whereis
rmdir
cat
find
mv
cp
locate
init
kill
fdisk
mkfs
mount
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / rayees tamton
service
chkconfig
telnet
ftp
ls
ps -ef
mount
df -h
df -k
du
ll
show
ping
route
traceroute
ifconfig
netconfig
init
reboot
poweroff
shutdown -g now
ntsysv
Is This Answer Correct ? | 2 Yes | 0 No |
What are some popular Linux distributions?
In a company there are 3 groups i.e Finance, HR and Marketing. Each groups having 3 members. There is a file named as file1.txt. The permission set for the above file is rwx-rw----x. Now the question is only the members of Hr and Marketing group can view and edit the file. But the file is not accessible to the members of Finance Group. Can anyone tell me what would be the exact command for linux.root@localhost#<type the exact linux command>
How to reset root password via command Redhat 5.2
which command is used to see all the system configuration? like hardware, HDD, memory etc.
14 Answers ADS, eClinicalWorks, NJN,
How do you save a file in linux?
What is difference between sh and bash?
what is the roles and responsibilities in linux system admin having 2yrs exp..?
0 Answers HCL, RNF Technologies,
What are the options of wc command?
What is kill command?
What is bash linux?
What does execute mean in linux?
My machine is running half duplex mode how to change half duplex to full duplex?