mkdir.1 - sbase - suckless unix tools | |
git clone git://git.suckless.org/sbase | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
mkdir.1 (546B) | |
--- | |
1 .Dd October 8, 2015 | |
2 .Dt MKDIR 1 | |
3 .Os sbase | |
4 .Sh NAME | |
5 .Nm mkdir | |
6 .Nd create directories | |
7 .Sh SYNOPSIS | |
8 .Nm | |
9 .Op Fl p | |
10 .Op Fl m Ar mode | |
11 .Ar name ... | |
12 .Sh DESCRIPTION | |
13 .Nm | |
14 creates a directory for each | |
15 .Ar name | |
16 if it does not already exist. | |
17 .Sh OPTIONS | |
18 .Bl -tag -width Ds | |
19 .It Fl m | |
20 Set the file | |
21 .Ar mode | |
22 of newly created directories. | |
23 See | |
24 .Xr chmod 1 . | |
25 .It Fl p | |
26 Also create necessary parent directories and | |
27 do not fail if | |
28 .Ar name | |
29 already exists. | |
30 .El | |
31 .Sh SEE ALSO | |
32 .Xr mkdir 2 | |
33 .Sh STANDARDS | |
34 The | |
35 .Nm | |
36 utility is compliant with the | |
37 .St -p1003.1-2013 | |
38 specification. |