summaryrefslogtreecommitdiffstats
path: root/bin/mkdir/mkdir.1
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-08-28 20:46:00 +0000
committermharo <mharo@FreeBSD.org>1999-08-28 20:46:00 +0000
commit98ee646b7cbfd2db0d98a8256ce203b42e5806c6 (patch)
treee92e533336dc2f2ae73d9d988325b4ff304dee71 /bin/mkdir/mkdir.1
parent4ded1b999f5fbc62a3fd44e19d8cec51e81838bc (diff)
downloadFreeBSD-src-98ee646b7cbfd2db0d98a8256ce203b42e5806c6.zip
FreeBSD-src-98ee646b7cbfd2db0d98a8256ce203b42e5806c6.tar.gz
add verbose flag
Reviewed by: obrien
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 ca092ef..49ac16d 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.
OpenPOWER on IntegriCloud