add the rest of the mkdir commands
| -m, --mode=MODE |
set file mode (as in chmod), not a=rwx - umask |
| -p, --parents |
no error if existing, make parent directories as needed, with their file modes unaffected by any -m option. |
| -Z |
set SELinux security context of each created directory to the default type |
| --context[=CTX] |
like -Z, or if CTX is specified then set the SELinux or SMACK security context to CTX |
add the rest of the mkdir commands