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 can you type at a command line to determine which shell you are using?
What is tty name?
How lilo is useful in linux?
I want to see how many interfaces(ethernet cards) are working using single command?
What are two subtle differences in using the more and the pg commands?
How to block the message in wall command some students are send messages to all in the lab. please help me
You wish to print a file ‘draft’ with 60 lines to a page. What command would you use?
Brief about the command kill PID?
what is the booting process of linux systen and explain it,is the first process comes under the installation process.
3 Answers CSC, EA Electronic Arts, Mind Tree, vsworx,
When you issue the command ls -l, what signifies the first character of the resulting display file? 701 What command can you use to determine the purpose of any command?
What does cd – command do?
Compare between SYS V launched processes and Xinetd processes in Linux.