mkdir
Create directories
← All commands
Common Examples
$ mkdir dirname
$ mkdir -p path/to/dir
$ mkdir -m 755 dir
$ mkdir dir1 dir2 dir3