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

Why is linux cpu usage so high?

1 Answers  


What command used for showing user info like Login Name, Canonical Name, Home Directory,Shell etc..?

1 Answers  


I want to built a fire wall using iptables. My condition is " inbound to 192.168.0.2 with a port of 80 from 172.168.0.1 should accept"

6 Answers   NetEnrich,


difference between Tcp and udp

5 Answers  


some one is asking my machine is slow what is your steps?

5 Answers   Oracle, Talent,


What is an os command?

1 Answers  


Explain about lprm job number?

1 Answers  


What is the difference between locating and locate command?

1 Answers  


What is the copy command in linux?

1 Answers  


How do you limit memory usage for commands?

1 Answers  


How much ram do I have linux?

1 Answers  


How do you copy in linux terminal?

1 Answers  


Categories