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 command used for showing user info like Login Name, Canonical Name, Home Directory,Shell etc in Linux?
How do I find command history in linux?
Brief about the command kill PID?
Can I delete .bash history?
How can I check the exit status of my previous command in Linux operating system?
Explain the free command.
What is linux pwd (print working directory) command?
Does linux cp command overwrite?
Who command in linux?
How do I check my cpu speed?
What does && mean in linux?
How do I change directories in linux command line?
Explain the linux directory commands along with the description?
What is bash linux?
Write a command that will look for files with an extension "c", and has the occurrence of the string "apple" in it.