diff options
author | joerg <joerg@FreeBSD.org> | 2003-01-13 19:42:21 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 2003-01-13 19:42:21 +0000 |
commit | d0082e294ce62cf63d5aa4738b8f999e18b04fff (patch) | |
tree | 88c6e3df7e258bebcfebfa5bb2cd039f5a4f33ac /sbin/mount | |
parent | 22db7f372768681aabbdc6b2b80a5c7febd477f3 (diff) | |
download | FreeBSD-src-d0082e294ce62cf63d5aa4738b8f999e18b04fff.zip FreeBSD-src-d0082e294ce62cf63d5aa4738b8f999e18b04fff.tar.gz |
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
Diffstat (limited to 'sbin/mount')
-rw-r--r-- | sbin/mount/mount.8 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index da91c86..693d58d 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. |