diff options
author | rsc <devnull@localhost> | 2004-04-21 22:37:29 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-04-21 22:37:29 +0000 |
commit | 24c8d8491f7260a6b24b285bdcafc3a5f7351cbb (patch) | |
tree | 8292527b12d5bf8d6f6a05ac7263abccfaf59346 /man/man1 | |
parent | 53db2d0f6bfc971f44183f360f3db5a72edd948a (diff) | |
download | plan9port-24c8d8491f7260a6b24b285bdcafc3a5f7351cbb.tar.gz plan9port-24c8d8491f7260a6b24b285bdcafc3a5f7351cbb.tar.bz2 plan9port-24c8d8491f7260a6b24b285bdcafc3a5f7351cbb.zip |
add -m flag
Diffstat (limited to 'man/man1')
-rw-r--r-- | man/man1/mkdir.1 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/man1/mkdir.1 b/man/man1/mkdir.1 index 7bae8cee..cac5818d 100644 --- a/man/man1/mkdir.1 +++ b/man/man1/mkdir.1 @@ -5,6 +5,9 @@ mkdir \- make a directory .B mkdir [ .B -p +] [ +.B -m +. I mode ] .I dirname ... .SH DESCRIPTION @@ -19,6 +22,11 @@ flag is given, .I mkdir creates any necessary parent directories and does not complain if the target directory already exists. +.PP +The +.B -m +flag sets the permissions to be used when creating the directory. +The default is 0777. .SH "SEE ALSO" .IR rm (1) .br |