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
What does history command do in linux?
How do I run bash on windows?
Is a command a full sentence?
How to root mirror in linux?
What is kill 9 in linux?
What is difference between sh and bash?
How do you copy in linux terminal?
What is $@ in shell?
What file type is a makefile?
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.
How do I run a script in linux?
How use linux command line?
What daemon is used for scheduling of the commands?
Why makefile is used in linux?
You wish to print a file ‘draft’ with 60 lines to a page. What command would you use?