mvdir(1M) DG/UX R4.11MU05 mvdir(1M)
NAME
mvdir - move a directory
SYNOPSIS
/usr/sbin/mvdir dirname name
DESCRIPTION
Mvdir moves directories within a file system. Dirname must be a
directory. If name does not exist, it will be created as a
directory. If name does exist, and is a directory, dirname will be
created as name/dirname. dirname and name may not be on the same
path; that is, one may not subordinate to the other. For example:
mvdir x/y x/z
is legal, but
mvdir x/y x/y/z
is not.
SEE ALSO
mkdir(1), mv(1).
appropriateprivilege(5).
capdefaults(5).
NOTE
You must have appropriate privilege to use mvdir. For systems
supporting the DG/UX Capability Option, appropriate privilege is
defined as having one or more specific capabilities enabled in the
effective capability set of the user. See capdefaults(5) for the
default capabilities for this command.
On systems without the DG/UX Capability Option, appropriate privilege
means that your process has an effective UID of root. See the
appropriateprivilege(5) man page for more information.
Licensed material--property of copyright holder(s)