how to move a directory...

how to move a directory...

Say you have a directory 'oldir' on a disk on one machine and you would like to move the directory (with all it's subdirectories) to another disk on a different machine. The easy way to do this, if both the disks are NFS mounted, is: if you want to move a directory (with all it's subdirectories) on the same disk then it is enough to move the directory using the mv command.

[email protected]