add mkdir

This commit is contained in:
Connor Lane Smith
2011-05-26 05:47:58 +01:00
parent 6c7f288bd8
commit 5629972223
5 changed files with 69 additions and 5 deletions

17
mkdir.1 Normal file
View File

@@ -0,0 +1,17 @@
.TH MKDIR 1 sbase\-VERSION
.SH NAME
mkdir \- make directory
.SH SYNOPSIS
.B mkdir
.RB [ \-p ]
.RI [ name ...]
.SH DESCRIPTION
.B mkdir
creates the specified directories.
.SH OPTIONS
.TP
.B \-p
creates any necessary parent directories, and does not fail if the target
already exists.
.SH SEE ALSO
.IR mkdir (2)