PROGNAME(section) | section | PROGNAME(section) |
mkdir
— make
directories
mkdir |
[-p ] [-m
mode] dir ... |
mkdir
utility creates a directory for each
dir, in the order specified.
-m
mode-p
If mode is omitted, it defaults to rwxrwxrwx (0777) modified by the current file mode creation mask.
The mkdir
utility exits 0 on
success, and >0 if an error occurs.
The mkdir
utility is compliant with the
specification.
December 29, 2019 | EltaninOS |