
mkdir(1) | mkdir(1) |
mkdir returns exit code 0 if the
EXAMPLES
Create directory gem beneath existing directory raw in the current directory: mkdir raw/gem
Create directory path raw/gem/diamond underneath the current directory and set permissions on directory diamond to
mkdir
which is equivalent to (see chmod(1)):
mkdir
If directories raw or raw and gem already exist, only the missing directories in the speci®ed path are created.
SEE ALSO
rm(1), setacl(1), sh(1), umask(1), aclv(5).
STANDARDS CONFORMANCE
mkdir: SVID2, SVID3, XPG2, XPG3, XPG4, POSIX.2
m
Section 1−530 | − 2 − |