hpux man page for mvdir

Query: mvdir

OS: hpux

Section: 1m

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

mvdir(1M)																 mvdir(1M)

NAME
mvdir - move a directory
SYNOPSIS
dir newdir
DESCRIPTION
moves one directory tree into another existing directory (within the same file system), or renames a directory without moving it. dir must be an existing directory. If newdir does not exist but the directory that would contain it does, dir is moved and/or renamed to newdir. Otherwise, newdir must be an existing directory not already containing an entry with the same name as the last pathname component of dir. In this case, dir is moved and becomes a subdirectory of newdir. The last pathname component of dir is used as the name for the moved directory. refuses to move dir if the path specified by newdir would be a descendent directory of the path specified by dir. Such cases are not allowed because cyclic sub-trees would be created as in the case, for example, of which is prohibited. does not allow directory to be moved. Only users who have appropriate privileges can use
EXTERNAL INFLUENCES
International Code Set Support Single- and multi-byte character code sets are supported.
AUTHOR
was developed by OSF and HP.
SEE ALSO
cp(1), mkdir(1), mv(1).
STANDARDS CONFORMANCE
mvdir(1M)
Related Man Pages
gvfs-monitor-dir(1) - opensolaris
dh_movefiles(1) - linux
mvdir(1m) - hpux
mvdir(1) - osf1
mvdir(1m) - sunos
Similar Topics in the Unix Linux Community
rm -rf not able deletes file but not the directory
need help with xargs command..
[Solved] Unable to change/create home dir for particular user
Creating dir with date and then increment by 1
Turning jQuery Code into Vue.js