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
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 |
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 |
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 |
What could possibly be the problem when a command that was issued gave a different result from the last time it was used?
How do I check memory usage on linux?
Write a command that will look for files with an extension "c", and has the occurrence of the string "apple" in it.
How do I find cpu in linux?
What is the command to see on which port which service is running?
Difference between swap partition and swap file?
Write about an internal command.
What is $@ in bash?
What is shell scripting commands?
What is cmake in linux?
What is the command to check wwn # in linux?
What command would you use to check how much memory is being used by linux?