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 do I check my system performance?
Brief about the command ff?
How will you suspend a running process and put it in the background?
Which daemon is used for scheduling of the commands?
What does ls mean in linux?
What does the command env do?
What is $$ in shell script?
How can you copy lines into the buffer in command mode?
What is a simple command?
Is cmake a compiler?
How is grep so fast?
What is mkdir?
What are linux commands useful?
What does make clean command do?
What is tty in linux process?