Give Command that will move a single file
called "unix.txt"

Answers were Sorted based on User's Feedback



Give Command that will move a single file called "unix.txt"..

Answer / kunal bariar

the above 2 answers are for renaming the file from unix.txt
to unix1.txt

the answer is

mv unix.txt "pat name where unix.txt is to be moved"

eg:- mv unix.txt /user1/ins/

Is This Answer Correct ?    15 Yes 0 No

Give Command that will move a single file called "unix.txt"..

Answer / jaga

mv single.txt single1.txt

Is This Answer Correct ?    7 Yes 2 No

Give Command that will move a single file called "unix.txt"..

Answer / 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

Give Command that will move a single file called "unix.txt"..

Answer / yuvaevergreen

mv

Is This Answer Correct ?    1 Yes 0 No

Give Command that will move a single file called "unix.txt"..

Answer / abani_mahana

mv filename dest_location --> to move the file to other location
mv filename filename1 --> to rename the file

Is This Answer Correct ?    0 Yes 0 No

Give Command that will move a single file called "unix.txt"..

Answer / snjsngh15

MVP -v fil1 fil2

Is This Answer Correct ?    0 Yes 0 No

Give Command that will move a single file called "unix.txt"..

Answer / dhurai

mv unix.txt unix1.txt

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Unix Commands Interview Questions

In UNIX, what is the command to edit contents of the file?

9 Answers  


what is the difference between commmands cmp and diff?

9 Answers   iNautix,


Explain iostat, vmstat and netstat.

3 Answers   CTS, Wipro,


What is clustering in HP and how it's work?

1 Answers   HP,


How to redirect standard error to a file?

2 Answers  






How to know a process is a zombie or orphan process?

3 Answers   Perot Systems,


How will you know who are the users logged in to the system before 15 minutes?

4 Answers   Amazon,


how many internal commands is there in UNIX?

3 Answers   TCS, Virtusa,


How do I search for text in vi?

0 Answers  


in UNIX,How do you check for processes started by particular user suppose the user name is 'suresh'?

6 Answers  


in unix echo is used for

10 Answers   BFL, BirlaSoft, Patni,


How to create hardlinks and softlinks on files?

2 Answers  


Categories