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
You issue the command head * what would the resulting output be?
What is the bash in linux?
List the three main parts of an operating system command?
How do I check disk space in bash?
What does curl command do in linux?
what do know about commands?
What is a ulimit in unix?
How do I stress test my cpu?
How do I check terminal history?
What does touch do in linux?
What is shell scripting commands?
How do you sort cpu in top command?
What is cat command in linux?
What are the basic commands in command prompt?
What are two functions the move mv command can carry out?