mkdir <directory name>
Make directories
Arguments
Name | Description |
---|---|
directory name | folders |
Options
Name | Description |
---|---|
-m, --mode <MODE> | Set file mode (as in chmod), not a=rwx - umask |
-p, --parents | No error if existing, make parent directories as needed |
-v, --verbose | Print a message for each created directory |
-Z, --context <CTX> | Set the SELinux security context of each created directory to CTX |
--help | Display this help and exit |
--version | Output version information and exit |