aboutsummaryrefslogtreecommitdiff
path: root/bin/mkdir/mkdir.1
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-28 20:46:00 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-28 20:46:00 +0000
commit1df89a603d176c770abc1c4f7b0237fd4154478d (patch)
treefdcc1e14ae0cacb6a28cadae5a244f2ea67d9307 /bin/mkdir/mkdir.1
parentca66889cf74f569e755cecb5b807254e17dc20e6 (diff)
downloadsrc-1df89a603d176c770abc1c4f7b0237fd4154478d.tar.gz
src-1df89a603d176c770abc1c4f7b0237fd4154478d.zip
add verbose flag
Reviewed by: obrien
Notes
Notes: svn path=/head/; revision=50528
Diffstat (limited to 'bin/mkdir/mkdir.1')
-rw-r--r--bin/mkdir/mkdir.13
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/mkdir/mkdir.1 b/bin/mkdir/mkdir.1
index ca092ef20ece..49ac16d70c2e 100644
--- a/bin/mkdir/mkdir.1
+++ b/bin/mkdir/mkdir.1
@@ -45,6 +45,7 @@
.Nm mkdir
.Op Fl p
.Op Fl m Ar mode
+.Op Fl v
.Ar directory_name ...
.Sh DESCRIPTION
.Nm Mkdir
@@ -77,6 +78,8 @@ Intermediate directories are created with permission bits of
.Li rwxrwxrwx (\&0777)
as modified by the current umask, plus write and search
permission for the owner.
+.It Fl p
+Be verbose when creating directories, listing them as they are created.
.El
.Pp
The user must have write permission in the parent directory.