Implement -m option for mkdir
This commit is contained in:
4
mkdir.1
4
mkdir.1
@@ -3,7 +3,7 @@
|
||||
mkdir \- make directory
|
||||
.SH SYNOPSIS
|
||||
.B mkdir
|
||||
.RB [ \-p ]
|
||||
.RB [ \-pm ]
|
||||
.RI [ name ...]
|
||||
.SH DESCRIPTION
|
||||
.B mkdir
|
||||
@@ -13,5 +13,7 @@ creates the specified directories.
|
||||
.B \-p
|
||||
creates any necessary parent directories, and does not fail if the target
|
||||
already exists.
|
||||
.B \-m
|
||||
set the file permission bits of the newly created directory.
|
||||
.SH SEE ALSO
|
||||
.IR mkdir (2)
|
||||
|
Reference in New Issue
Block a user