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


Please Help Members By Posting Answers For Below Questions

What are filter commands in unix?

546


What is in grep command?

636


What is ctrl d?

586


What is nr in awk command?

591


What does the md command do?

560






What does #!/ Bin sh do?

578


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)?

947


How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?

752


how to sort the content of the file based on numeric values

1240


Which unix command to make a new directory?

582


What is grep in bash?

577


Can you enlist some commonly used network commands?

591


What does the metacharacter mean?

604


What is the command to view process running?

566


Does cp command overwrite files?

614