mkdir
wikipedia:mkdir command to create directories.
-p, --parents
Examples
mkdir -p /path/to/your/new/dir mkdir: cannot create directory ‘/path’: Read-only file system
mkdir /tmp mkdir: cannot create directory ‘/tmp’: File exists
mkdir -p /tmp (no output)
Options
-p, --parents makes parents directories if needed and no error if existing
Related commands
See also
Advertising: