1MKDIR(1)                    General Commands Manual                   MKDIR(1)
2
3
4

NAME

6       mkdir - make directories
7

SYNOPSIS

9       mkdir [ -p directory_name ... ]
10

DESCRIPTION

12       Mkdir  creates  the  directories named as operands, in the order speciā€
13       fied, using mode 0777 modified by the current umask(2).
14
15       The options are as follows:
16
17       -p     Create intermediate directories as required.  If this option  is
18              not specified, the full path prefix of each operand must already
19              exist.
20
21       The user must have write permission in the parent directory.
22
23       Mkdir exits 0 if successful, and >0 if an error occurred.
24

SEE ALSO

26       rmdir(1)
27

STANDARDS

29       Mkdir is POSIX 1003.2 compliant.  This manual page is derived from  the
30       POSIX 1003.2 manual page.
31
32
33
343rd Berkeley Distribution       August 16, 1993                       MKDIR(1)
Impressum