mkdir.1 (541B)
1 .Dd 2015-10-08 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. See 23 .Xr chmod 1 . 24 .It Fl p 25 Also create necessary parent directories and 26 do not fail if 27 .Ar name 28 already exists. 29 .El 30 .Sh SEE ALSO 31 .Xr mkdir 2 32 .Sh STANDARDS 33 The 34 .Nm 35 utility is compliant with the 36 .St -p1003.1-2013 37 specification.