mkdir(1)
NAME
mkdir − make a directory
SYNTAX
mkdir dirname...
DESCRIPTION
The mkdir command creates specified directories in mode 777. Standard entries, “.”, for the directory itself, and “..” for its parent, are made automatically.
The mkdir command requires write permission in the parent directory.
DIAGNOSTICS
Returns exit code 0 if all directories were successfully made. Otherwise it prints a diagnostic and returns nonzero.