mkdir <command>
Make directories
Arguments
Name | Description |
---|---|
command | folders |
Options
Name | Description |
---|---|
-m,--mode <command> | 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 <command> | Set the SELinux security context of each created directory to CTX |
--help | Display this help and exit |
--version | Output version information and exit |