Tizen 2.0 Release
[external/tizen-coreutils.git] / man / mkdir.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .TH MKDIR "1" "March 2007" "GNU coreutils 6.9" "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\-\-help\fR
25 display this help and exit
26 .TP
27 \fB\-\-version\fR
28 output version information and exit
29 .SH AUTHOR
30 Written by David MacKenzie.
31 .SH "REPORTING BUGS"
32 Report bugs to <bug\-coreutils@gnu.org>.
33 .SH COPYRIGHT
34 Copyright \(co 2007 Free Software Foundation, Inc.
35 .br
36 This is free software.  You may redistribute copies of it under the terms of
37 the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
38 There is NO WARRANTY, to the extent permitted by law.
39 .SH "SEE ALSO"
40 mkdir(2)
41 .PP
42 The full documentation for
43 .B mkdir
44 is maintained as a Texinfo manual.  If the
45 .B info
46 and
47 .B mkdir
48 programs are properly installed at your site, the command
49 .IP
50 .B info mkdir
51 .PP
52 should give you access to the complete manual.