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 the use of tee command?
Name the unix command to find how many days the server has been up.
What does the command '$ls | wc –l > file1' do?
How do I find previous commands in unix?
How to display no of records in oracle using unix command?
What difference between cmp and diff commands?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
What is grep and how do you use it?
What is the general format of unix command syntax?
What is the significance of the 'tee' command?
What is a command and examples?
What is updatedb?
What is {} in find command?
Describe the zip/unzip command using gzip.
Describe the usage and functionality of the command rm –r * in unix?