What are the basic commands in LINUX?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does history command do in linux?

733


How do I run bash on windows?

704


Is a command a full sentence?

687


How to root mirror in linux?

763


What is kill 9 in linux?

787


What is difference between sh and bash?

739


How do you copy in linux terminal?

734


What is $@ in shell?

712


What file type is a makefile?

729


you wish to create a link to the /data directory in bob's home directory so you issue the command ln /data /home/bob/datalink but the command fails. What options hould you use in this command line to be successful.

769


How do I run a script in linux?

764


How use linux command line?

771


What daemon is used for scheduling of the commands?

711


Why makefile is used in linux?

742


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

753