OSDN Git Service

coreutils: Update to coreutils 8.21
[linuxjm/coreutils.git] / original / man1 / mkdir.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .TH MKDIR "1" "May 2014" "GNU coreutils 8.21" "User Commands"
3 .SH NAME
4 mkdir \- make directories
5 .SH SYNOPSIS
6 .B mkdir
7 [\fIOPTION\fR]... \fIDIRECTORY\fR...
8 .SH DESCRIPTION
9 .\" Add any additional description here
10 .PP
11 Create the DIRECTORY(ies), if they do not already exist.
12 .PP
13 Mandatory arguments to long options are mandatory for short options too.
14 .TP
15 \fB\-m\fR, \fB\-\-mode\fR=\fIMODE\fR
16 set file mode (as in chmod), not a=rwx \- umask
17 .TP
18 \fB\-p\fR, \fB\-\-parents\fR
19 no error if existing, make parent directories as needed
20 .TP
21 \fB\-v\fR, \fB\-\-verbose\fR
22 print a message for each created directory
23 .TP
24 \fB\-Z\fR, \fB\-\-context\fR=\fICTX\fR
25 set the SELinux security context of each created
26 directory to CTX
27 .TP
28 \fB\-\-help\fR
29 display this help and exit
30 .TP
31 \fB\-\-version\fR
32 output version information and exit
33 .SH AUTHOR
34 Written by David MacKenzie.
35 .SH "REPORTING BUGS"
36 Report mkdir bugs to bug\-coreutils@gnu.org
37 .br
38 GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
39 .br
40 General help using GNU software: <http://www.gnu.org/gethelp/>
41 .br
42 Report mkdir translation bugs to <http://translationproject.org/team/>
43 .SH COPYRIGHT
44 Copyright \(co 2013 Free Software Foundation, Inc.
45 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
46 .br
47 This is free software: you are free to change and redistribute it.
48 There is NO WARRANTY, to the extent permitted by law.
49 .SH "SEE ALSO"
50 mkdir(2)
51 .PP
52 The full documentation for
53 .B mkdir
54 is maintained as a Texinfo manual.  If the
55 .B info
56 and
57 .B mkdir
58 programs are properly installed at your site, the command
59 .IP
60 .B info coreutils \(aqmkdir invocation\(aq
61 .PP
62 should give you access to the complete manual.