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 |
Hi All of Unix/Linux professional Q.Why soft link file not open by cat command. Ihave make following symbolic link but when i open with #cat linkfilename it does not oped please see the following code and try to answer. # ln -s file1 ~/mydir/filea [root@dhcppc0 ~]# cd mydir [root@dhcppc0 mydir]# ls -l total 4 lrwxrwxrwx 1 root root 5 2010-04-04 09:04 filea -> file1 [root@dhcppc0 mydir]# cat filea cat: filea: No such file or directory
our wish to print the file vacations with 60 lines to a page. Which command will accomplish this?
How many linux commands are there?
How to FTP user access other directory except his own home directory ?
what is command like " #(cd unixos; pwd) " tell me OUTPUT
can some one tell me the steps(with commands) to create LVM in RHEL 5????
Which are the linux directory commands?
How do I list all processes in linux?
What are the commands in linux?
What is p in mkdir?
How to root mirror in Linux? How to replace mirrored hdd in case of failure?
How would you monitor real-time system performance in Linux?