xref: /386bsd/usr/share/man/cat1/mkdir.0 (revision a2142627)
1MKDIR(1)                    386BSD Reference Manual                   MKDIR(1)
2
3NNAAMMEE
4     mmkkddiirr - make directories
5
6SSYYNNOOPPSSIISS
7     mmkkddiirr [--pp] _d_i_r_e_c_t_o_r_y__n_a_m_e ...
8
9DDEESSCCRRIIPPTTIIOONN
10     MMkkddiirr creates the directories named as operands, in the order specified,
11     using mode 0777 modified by the current umask(2).
12
13     The options are as follows: Create intermediate directories as required.
14     If this option is not specified, the full path prefix of each operand
15     must already exist.
16
17     The user must have write permission in the parent directory.
18
19     MMkkddiirr exits 0 if successful, and >0 if an error occurred.
20
21SSEEEE AALLSSOO
22     rmdir(1)
23
24SSTTAANNDDAARRDDSS
25     Mkdir is POSIX 1003.2 compliant.  This manual page is derived from the
26     POSIX 1003.2 manual page.
27
28BSD Experimental                 June 27, 1991                               1
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67