summaryrefslogtreecommitdiffstats
path: root/sys-utils/mount.8
diff options
context:
space:
mode:
authorPhillip Susi2013-11-13 16:19:04 +0100
committerKarel Zak2013-11-14 12:29:28 +0100
commit9167f4c2e822a4eb161efa4d37836fe2323662a4 (patch)
tree4f8d082b894f3df7c5a72b427576da3809d195d9 /sys-utils/mount.8
parentlibmount: cleanup fix_optstr() regards to selinux and smack (diff)
downloadkernel-qcow2-util-linux-9167f4c2e822a4eb161efa4d37836fe2323662a4.tar.gz
kernel-qcow2-util-linux-9167f4c2e822a4eb161efa4d37836fe2323662a4.tar.xz
kernel-qcow2-util-linux-9167f4c2e822a4eb161efa4d37836fe2323662a4.zip
mount: correct mount man page default iso9660 permission
The mount man page said the default permissions are read for everyone, but it is in fact, read and execute. Signed-off-by: Phillip Susi <psusi@ubuntu.com>
Diffstat (limited to 'sys-utils/mount.8')
-rw-r--r--sys-utils/mount.82
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/mount.8 b/sys-utils/mount.8
index 371f1a1bb..9b9a9db43 100644
--- a/sys-utils/mount.8
+++ b/sys-utils/mount.8
@@ -1980,7 +1980,7 @@ but also apply Acorn extensions if present.
.TP
.BI mode= value
For non-Rock Ridge volumes, give all files the indicated mode.
-(Default: read permission for everybody.)
+(Default: read and execute permission for everybody.)
Since Linux 2.1.37 one no longer needs to specify the mode in
decimal. (Octal is indicated by a leading 0.)
.TP