aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount/mount.8
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>2003-01-13 19:42:21 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>2003-01-13 19:42:21 +0000
commitb4206324a5dd20c09e181ba9d76b9712c1e56700 (patch)
tree88c6e3df7e258bebcfebfa5bb2cd039f5a4f33ac /sbin/mount/mount.8
parent81075acb51ff12a3670936b9d3ccdf9521449223 (diff)
downloadsrc-b4206324a5dd20c09e181ba9d76b9712c1e56700.tar.gz
src-b4206324a5dd20c09e181ba9d76b9712c1e56700.zip
Mention the oddities and requirements for mount operations executed by
non-root users. PR: docs/42651 Submitted by: Thomas Seck <tmseck@netcologne.de> MFC after: 3 days
Notes
Notes: svn path=/head/; revision=109186
Diffstat (limited to 'sbin/mount/mount.8')
-rw-r--r--sbin/mount/mount.84
1 files changed, 4 insertions, 0 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8
index da91c863646f..693d58d3c684 100644
--- a/sbin/mount/mount.8
+++ b/sbin/mount/mount.8
@@ -159,6 +159,8 @@ Disable write clustering.
Do not interpret character or block special devices on the file system.
This option is useful for a server that has file systems containing
special devices for architectures other than its own.
+This option is set automatically when the user does not have super-user
+privileges.
.It Cm noexec
Do not allow execution of any binaries on the mounted file system.
This option is useful for a server that has file systems containing
@@ -169,6 +171,7 @@ Note: this option is worthless if a public available suid or sgid
wrapper like
.Xr suidperl 1
is installed on your system.
+It is set automatically when the user does not have super-user privileges.
.It Cm nosymfollow
Do not follow symlinks
on the mounted file system.
@@ -430,6 +433,7 @@ file system table
.Xr mount_udf 8 ,
.Xr mount_umapfs 8 ,
.Xr mount_unionfs 8 ,
+.Xr sysctl 8 ,
.Xr umount 8
.Sh BUGS
It is possible for a corrupted file system to cause a crash.