OSDN Git Service

Import translated manuals from JM CVS Repository.
[linuxjm/jm.git] / manual / GNU_fileutils / original / man1 / mkdir.1
1 ." DO NOT MODIFY THIS FILE!  It was generated by help2man 1.5.1.2.
2 .TH MKDIR 1 "November 1998" "GNU fileutils 4.0" "FSF"
3 .SH NAME
4 mkdir \- make directories
5 .SH SYNOPSIS
6 .B mkdir
7 [\fIOPTION\fR]\fI DIRECTORY\fR...
8 .SH DESCRIPTION
9 .PP
10 ." Add any additional description here
11 .PP
12 Create the DIRECTORY(ies), if they do not already exist.
13 .TP
14 \fB\-m\fR, \fB\-\-mode\fR=\fIMODE\fR
15 set permission mode (as in chmod), not rwxrwxrwx - umask
16 .TP
17 \fB\-p\fR, \fB\-\-parents\fR
18 no error if existing, make parent directories as needed
19 .TP
20 \fB\-\-verbose\fR
21 print a message for each created directory
22 .TP
23 \fB\-\-help\fR
24 display this help and exit
25 .TP
26 \fB\-\-version\fR
27 output version information and exit
28 .SH "REPORTING BUGS"
29 Report bugs to <bug-fileutils@gnu.org>.
30 .SH "SEE ALSO"
31 The full documentation for
32 .B mkdir
33 is maintained as a Texinfo manual.  If the
34 .B info
35 and
36 .B mkdir
37 programs are properly installed at your site, the command
38 .IP
39 .B info mkdir
40 .PP
41 should give you access to the complete manual.