PROGNAME(section) section PROGNAME(section)

mkdirmake directories

mkdir [-p] [-m mode] dir ...

The mkdir utility creates a directory for each dir, in the order specified.

mode
Set the file mode of newly created directories.
Create intermediate directories as required.

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.

chmod(1)

The mkdir utility is compliant with the specification.

December 29, 2019 EltaninOS