To move /home/ben/memos dir in /home/bob/memos, what is the
result by mv /home/ben/memos /home/bob

Answers were Sorted based on User's Feedback



To move /home/ben/memos dir in /home/bob/memos, what is the result by mv /home/ben/memos /home/bob..

Answer / senthil

#mv /home/ben/memos /home/bob/memos

The files contain memos is directly moved to the bob user
sub directory memos. Nothing changes will happen in /home/bob.

Is This Answer Correct ?    14 Yes 0 No

To move /home/ben/memos dir in /home/bob/memos, what is the result by mv /home/ben/memos /home/bob..

Answer / prashant

#mv /home/ben/memos /home/bob/memos

It move all the contain of /home/ben/memos
to /home/bob/memos without any changes.

Is This Answer Correct ?    2 Yes 0 No

To move /home/ben/memos dir in /home/bob/memos, what is the result by mv /home/ben/memos /home/bob..

Answer / ali

this overwrite memos DIR in /home/bob/memos .....

Is This Answer Correct ?    2 Yes 1 No

To move /home/ben/memos dir in /home/bob/memos, what is the result by mv /home/ben/memos /home/bob..

Answer / praveen0425

the directory name ~./memos at /home/ben/memos/ is moved to
the location /home/bob/memos/

not only files but entire dir is moved

so to view the files of /home/ben/memos/ we need to jump to
/home/bob/memos/memos/ location

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Linux Commands Interview Questions

How do you create a text file in linux?

0 Answers  


What is history command in linux?

0 Answers  


How to FTP user access other directory except his own home directory ?

2 Answers   IBM,


What does touch do in linux?

0 Answers  


Which Command used to lock user password in Linux?

0 Answers  






What is difference between sh and bash?

0 Answers  


What are the commands in linux?

0 Answers  


How do I check memory usage on linux?

0 Answers  


how to create a new file command

17 Answers   Google,


You want to copy the user’s home directories to a new location. Which of the following commands will accomplish this?

0 Answers  


what is the diff b/w ext2 and ext3?

5 Answers  


What does uname command do?

0 Answers  


Categories