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
How does shebang work?
How do I run a bash script?
What does this command do,"$more readme.txt“?
Which command should you use to find the remaining disk space in unix server?
How do I delete files from command prompt?
Who command in unix?
What is unix command?
Differentiate cmp command from diff command.
Why is awk called awk?
What is the difference between cat command and more command?
What is the first character of the output in ls l command?
Why is grep called grep?
What is rmdir command?
What is the command to find hidden files in the current directory?
Write a command to kill the last background job?