mkdir(1)mkdir(1)Namemkdir - make a new directory
Syntaxmkdir-p dirname...
Description
The command creates specified directories in mode 777. The directories
are then modified by according to how you have set up Standard entries,
`.', for the directory itself, and `..' for its parent, are made auto‐
matically.
The command requires write permission in the parent directory.
Options-p Create intermediate directories as required. If this option is
not specified, the full path prefix of dirname must already
exist.
See Alsomkdir(1)