Give Command that will move a single file
called "unix.txt"
Answer Posted / krishna
Yes the first two answers are not true!
That command and format is used to renaming a file or folder!
If the source and destination is same then it is renameing..
Eg : mv krishna krishna2
That is ranaming the krishna file to krishna2
Moving a file is something destination and source are diff!
Eg: mv /tmp/krishna.txt /home/
In that krishna.txt is moved from /tmp file system to /home file system!
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Explain mount and unmount command.
What are the commands in UNIX to list the files in a Directory?
What is the use of find command in unix?
Is grep faster than awk?
What does find command return in unix?
Which command will print your home directory on screen?
What does the “echo” command do?
What do chmod command do?
What is the functionality of a top command?
What is time_t?
Which command is used to kill the last background job?
How do I use nslookup?
Why is shebang used?
What does awk stand for?
How many unix commands are there?