NAME
mmkkddiirr - make directories
SYNOPSIS
mmkkddiirr [-ppvv] [-mm mode] directoryname ...
DESCRIPTION
The mmkkddiirr utility creates the directories named as operands, in the order specified, using mode rwxrwxrwx (0777) as modified by the current umask(2). The options are as follows:-mm mode
Set the file permission bits of the final created directory tothe specified mode. The mode argument can be in any of the for-
mats specified to the chmod(1) command. If a symbolic mode isspecified, the operation characters ``+'' and ``-'' are inter-
preted relative to an initial mode of ``a=rwx''.-pp Create intermediate directories as required. If this option is
not specified, the full path prefix of each operand must already exist. On the other hand, with this option specified, no error will be reported if a directory given as an operand already exists. Intermediate directories are created with permission bits of rwxrwxrwx (0777) as modified by the current umask, plus write and search permission for the owner.-vv Be verbose when creating directories, listing them as they are
created. The user must have write permission in the parent directory. DIAGNOSTICS The mmkkddiirr utility exits 0 on success, and >0 if an error occurs.SEE ALSO
rmdir(1) CCOOMMPPAATTIIBBIILLIITTYYThe -vv option is non-standard and its use in scripts is not recommended.
STANDARDSThe mmkkddiirr utility is expected to be IEEE Std 1003.2 (``POSIX.2'') compat-
ible. HISTORY A mmkkddiirr command appeared in Version 1 AT&T UNIX. BSD January 25, 1994 BSD