Penguin
Annotated edit history of mkdir(1) version 2, including all changes. View license author blame.
Rev Author # Line
1 perry 1 MKDIR
2 !!!MKDIR
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 AUTHOR
7 REPORTING BUGS
8 COPYRIGHT
9 SEE ALSO
10 ----
11 !!NAME
12
13
14 mkdir - make directories
15 !!SYNOPSIS
16
17
18 __mkdir__ [[''OPTION'']
19 ''DIRECTORY''...
20 !!DESCRIPTION
21
22
23 Create the DIRECTORY(ies), if they do not already
24 exist.
25
26
27 __-m__, __--mode__=''MODE''
28
29
30 set permission mode (as in chmod), not rwxrwxrwx -
31 umask
32
33
34 __-p__, __--parents__
35
36
37 no error if existing, make parent directories as
38 needed
39
40
41 __-v__, __--verbose__
42
43
44 print a message for each created directory
45
46
47 __--help__
48
49
50 display this help and exit
51
52
53 __--version__
54
55
56 output version information and exit
57 !!AUTHOR
58
59
2 perry 60 Written by David !MacKenzie.
1 perry 61 !!REPORTING BUGS
62
63
64 Report bugs to
65 !!COPYRIGHT
66
67
68 Copyright 2001 Free Software Foundation, Inc.
69 This is free software; see the source for copying
70 conditions. There is NO warranty; not even for
71 MERCHANTABILITY or FITNESS FOR A PARTICULAR
72 PURPOSE.
73 !!SEE ALSO
74
75
76 The full documentation for __mkdir__ is maintained as a
77 Texinfo manual. If the __info__ and __mkdir__ programs
78 are properly installed at your site, the
79 command
80
81
82 __info mkdir__
83
84
85 should give you access to the complete manual.
86 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.