MVDIR(1M) SysV MVDIR(1M)
NAME
mvdir - move a directory
SYNOPSIS
/etc/mvdir dirname name
DESCRIPTION
mvdir moves directories within a file system. dirname must be a
directory. If name does not exist, it is created as a directory. If
name does exist, dirname is created as name/dirname. dirname and name
cannot be on the same path; that is, one may not be subordinate to the
other.
EXAMPLE
mvdir x/y x/z
is legal, but
mvdir x/y x/y/z
is not.
SEE ALSO
mkdir(1), mv(1)
NOTE
Only the super-user can use mvdir.