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 is a command and examples?
What do chown command do?
What is the command to find hidden files in the current directory?
Who invented grep?
Which command is used to copy files?
Who command in unix operating system?
What are the differences among a system call, a library function, and a unix command?
What do know about tee command and its usage?
Which command should you use to find the remaining disk space in unix server?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What does touch command do in unix?
What's a command word?
What does the “echo” command do?
What is merge command in unix?
What is the difference between awk and grep?