| Skip Navigation Links | |
| Exit Print View | |
![]() | man pages section 1M: System Administration Commands Oracle Solaris 11 Information Library |
- move a directory
/usr/sbin/mvdirdirnamename
mvdir moves directories within a file system.dirname must be a directory.Ifname does not exist, it will be created as a directory. Ifname does exist, and is a directory,dirname will be created asname/dirname.dirname andname may not be on the same path;that is, one may not be subordinate to the other. For example:
example%mvdirx/yx/z
is legal, but
example%mvdirx/yx/y/z
is not.
The name of the directory that is to be moved to another directory in the filesystem.
The name of the directory into whichdirname is to be moved. Ifname does not exist, it will be created. It may not be on the same path asdirname.
Seelargefile(5) for the description of the behavior ofmvdir when encountering filesgreater than or equal to 2 Gbyte ( 231 bytes).
Successful operation.
Operation failed.
Seeattributes(5) for descriptions of the following attributes:
|
Copyright © 2011, Oracle and/or its affiliates. All rights reserved.Legal Notices | ![]() ![]() |