What are the basic commands in LINUX?

Answers were Sorted based on User's Feedback



What are the basic commands in LINUX?..

Answer / amit puri

Basic Commands in linux :
pwd:-display current directory path,
mkdir:-make new dir,
touch:- make empty file,
cat:-display contain of the file,
ls:- list of directory,
rmdir:-remove dir,
rm:-remove file,
cp :- copy the file.

Is This Answer Correct ?    37 Yes 2 No

What are the basic commands in LINUX?..

Answer / ratnakar padhy

Basic means in real time we use IFCONFIG TOP SAR LS DF DU,

Is This Answer Correct ?    21 Yes 8 No

What are the basic commands in LINUX?..

Answer / nipesh

cat:-
create a file and Sends file contents to standard output.
This is a way to list the contents of short files to the
screen. It works well with piping.
============================================================
cd:-
Change directory
============================================================
cp:-
copy the file
============================================================
df:-
Show the amount of disk space used on each mounted
filesystem
============================================================

logout:-
Logs the current user off the system.
============================================================
mv:-
Move or rename files
============================================================
pwd:-
Show the name of the current working directory

Is This Answer Correct ?    8 Yes 1 No

What are the basic commands in LINUX?..

Answer / mcmarc

ls
mv
cp
lspci
netstat
top
tar
which
uname
who
last
mkdir
touch
cat
vi
grep
ps
file
find

Is This Answer Correct ?    7 Yes 0 No

What are the basic commands in LINUX?..

Answer / amit kumar ghosh

It is not practical to say the basic cmds of linux.

There are many, it depends on user & company requirements,
also with any cmd we can create more cmd & that also becomes
basic.

Is This Answer Correct ?    2 Yes 1 No

What are the basic commands in LINUX?..

Answer / v.balaviswanathan

It depends on the user

If the user is root or a system administrator the task and
the commands are different and depending on the task
commands vary those might be the basic as well
like " top, ls, lspci, ps aux, df, du, ls -Z, service, cat,
basename etc"

If the user is normal then commands like "cat, passwd, ls,
export(While writing shell scripts) etc.

Is This Answer Correct ?    4 Yes 6 No

Post New Answer

More Linux Commands Interview Questions

What is the use of ls command?

0 Answers  


How to shuffle the GRUB booting from one Disk to other?

1 Answers  


How use more command in linux?

0 Answers  


What can you type at a command line to determine which shell you are using?

6 Answers   Tech Mahindra,


What is $@ in makefile?

0 Answers  






I have Laptop. I want to assign DHCP ip address, but in my Laptop having Wireless and with wire NIC cards, it is possible to assign reserve ip address for both NIC card, but same host name?

4 Answers   AOL,


What is ulimit in linux?

0 Answers  


What is the difference between diff and cmp command in unix?

0 Answers  


What does umask 077 mean?

0 Answers  


How do you create a file?

0 Answers  


I want to built a fire wall using iptables. My condition is " inbound to 192.168.0.2 with a port of 80 from 172.168.0.1 should accept"

6 Answers   NetEnrich,


What is free linux?

0 Answers  


Categories