MKDIR(1) | General Commands Manual | MKDIR(1) |
mkdir
— make
directories
mkdir |
[-p ] [-m
mode] directory_name ... |
mkdir
creates the directories named as
operands, in the order specified, using mode rwxrwxrwx
(0777)
as modified by the current
umask(2).
The options are as follows:
-m
-p
rwxrwxrwx (0777)
as modified by the current umask,
plus write and search permission for the owner. Do not consider it an
error if the argument directory already exists.The user must have write permission in the parent directory.
The mkdir
utility exits 0 on
success, and >0 if an error occurs.
The mkdir
utility is expected to be
IEEE Std 1003.2 (“POSIX.2”)
compatible.
A mkdir
utility appeared in
Version 1 AT&T UNIX.
August 10, 2016 | NetBSD 10.99 |