*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: mkdir | Section: 1 | Source: NetBSD | File: mkdir.1
MKDIR(1) FreeBSD General Commands Manual MKDIR(1) NAME mkdir - make directories SYNOPSIS mkdir [-p] [-m mode] directory_name ... DESCRIPTION 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 Set the file permission bits of the final created directory to the specified mode. The mode argument can be in any of the formats specified to the chmod(1) utility. If a symbolic mode is specified, the operation characters "+" and "-" are interpreted relative to an initial mode of "a=rwx". -p Create intermediate directories as required. If this option is not specified, the full path prefix of each operand must already exist. Intermediate directories are created with permission bits of 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. EXIT STATUS The mkdir utility exits 0 on success, and >0 if an error occurs. SEE ALSO chmod(1), rmdir(1), mkdir(2), umask(2) STANDARDS The mkdir utility is expected to be IEEE Std 1003.2 ("POSIX.2") compatible. HISTORY A mkdir utility appeared in Version 1 AT&T UNIX. FreeBSD 14.1-RELEASE-p8 August 10, 2016 FreeBSD 14.1-RELEASE-p8

Navigation Options