1MKDIR(1)                         User Commands                        MKDIR(1)
2
3
4

NAME

6       mkdir - make directories
7

SYNOPSIS

9       mkdir [OPTION] DIRECTORY...
10

DESCRIPTION

12       Create the DIRECTORY(ies), if they do not already exist.
13
14       Mandatory  arguments  to  long  options are mandatory for short options
15       too.
16
17       -Z, --context=CONTEXT (SELinux) set security context to CONTEXT
18
19       -m, --mode=MODE
20              set file mode (as in chmod), not a=rwx - umask
21
22       -p, --parents
23              no error if existing, make parent directories as needed
24
25       -v, --verbose
26              print a message for each created directory
27
28       --help display this help and exit
29
30       --version
31              output version information and exit
32

AUTHOR

34       Written by David MacKenzie.
35

REPORTING BUGS

37       Report bugs to <bug-coreutils@gnu.org>.
38
40       Copyright © 2007 Free Software Foundation, Inc.
41       This is free software.  You may redistribute copies  of  it  under  the
42       terms       of       the      GNU      General      Public      License
43       <http://www.gnu.org/licenses/gpl.html>.  There is NO WARRANTY,  to  the
44       extent permitted by law.
45

SEE ALSO

47       mkdir(2)
48
49       The full documentation for mkdir is maintained as a Texinfo manual.  If
50       the info and mkdir programs are properly installed at  your  site,  the
51       command
52
53              info mkdir
54
55       should give you access to the complete manual.
56
57
58
59GNU coreutils 6.9                 March 2007                          MKDIR(1)
Impressum