MVDIR(ADM) UNIX System V
Name
mvdir - moves a directory
Syntax
/etc/mvdir dirname newdirname
Description
mvdir moves directories within a file system. The directory
( dirname) must be a directory. If there is already a
directory or file with the same name as name, mvdir fails.
Neither name may be a sub-set of the other. For example,
you cannot move a directory named /x/y to /x/y/z, and vice
versa.
Notes
You must be root to use mvdir.
See Also
mkdir(C)
Standards Conformance
mvdir is conformant with:
AT&T SVID Issue 2, Select Code 307-127.
(printed 2/15/90) MVDIR(ADM)