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
What are some command words?
Which command should you use to find the remaining disk space in unix server?
How do I run a bash script?
How can you see the command line history?
What is the pipe command?
What are the general commands in using unix os for a beginner?
What does find command return in unix?
Which command will print your home directory on screen?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
Is ‘du’ a command? If so, what is its use?
What command is used to check the current users?
What are bash commands?
What is the command to find maximum memory taking process on the server?
Who command in unix?
What does this command do,"$more readme.txt“?