MKDIR(1) | General Commands Manual | MKDIR(1) |
mkdir
— make
directories
mkdir |
[-pv ] [-m
mode] dir... |
mkdir
creates each given
dir in the order specified.
-m
mode-p
-m
mode.-v
The mkdir
utility exits 0 on
success, and >0 if an error occurs.
mkdir
should be compliant with the IEEE
Std 1003.1-2024 (“POSIX.1”) specification.
The -v
option is an extension also present
in GNU coreutils and FreeBSD.
Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
2024-04-08 | Linux 6.6.67-gentoo-x86_64 |