To move /home/ben/memos dir in /home/bob/memos, what is the
result by mv /home/ben/memos /home/bob
Answer Posted / 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 |
Post New Answer View All Answers
What command should you use to check the number of files and disk space used and each user’s defined quotas?
How do you create a blank file in linux?
How does mkdir work in linux?
Explain the free command.
Explain about communication features in UNIX?
Write a command that will display all .txt files, including its individual permission.
What does chmod 777 do?
How do I run bash on windows?
Which command will show you free/used memory? Does free memory exist on linux?
How do I check if my cpu is overclocked?
Why we use pwd command in linux?
Which command would you use to create a file system on a new hard drive?
What are the commands in linux?
How can I check the exit status of my previous command in Linux operating system?
How compile c++ program in cmd?