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 is the copy command in linux?
What would be the result of the command paste -s dog cat?
Write about an internal command.
What could possibly be the problem when a command that was issued gave a different result from the last time it was used?
How do you grep?
How do I check my cpu cores?
Which is the required command for checking the file system?
How to know linux os is 32 bit or 64 bit?
What is makefile target?
What will happen when a system call is encountered in a user program?
Explain getopts command of linux?
What command would you use to check how much memory is being used by linux?
Which of the commands will replace all occurrences of the word rate with the word speed in the file racing?
What does rmdir do in linux?
You wish to restore the file memo.ben which was backed up in the tarfile mybackup.tar. What command should you type?