To move /home/ben/memos dir in /home/bob/memos, what is the
result by mv /home/ben/memos /home/bob
Answer Posted / 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 View All Answers
How many interfaces(ethernet cards) are working using single command?
How do I list directories in linux?
What are different command to check ram, process and hdd of linux machine?
You wish to print a file ‘draft’ with 60 lines to a page. What command would you use?
What is the syntax of mkdir?
How do I find the console in linux?
Which Command used to lock user password in Linux?
What is mkdir p?
How to activate / deploy licence in RHEL 6 and what will happen if you don't activate / deploy licence in RHEL 6 ?
What is umask 000?
How do I search bash history?
What is dos and its commands?
What is gnu in linux?
How do I remove a soft link in linux?
What is the difference between clang and llvm?