|
Lines 158-164
Link Here
|
| 158 |
.It Cm nodev |
158 |
.It Cm nodev |
| 159 |
Do not interpret character or block special devices on the file system. |
159 |
Do not interpret character or block special devices on the file system. |
| 160 |
This option is useful for a server that has file systems containing |
160 |
This option is useful for a server that has file systems containing |
| 161 |
special devices for architectures other than its own. |
161 |
special devices for architectures other than its own. This option is always set |
|
|
162 |
when the user does not have super-user privileges. |
| 162 |
.It Cm noexec |
163 |
.It Cm noexec |
| 163 |
Do not allow execution of any binaries on the mounted file system. |
164 |
Do not allow execution of any binaries on the mounted file system. |
| 164 |
This option is useful for a server that has file systems containing |
165 |
This option is useful for a server that has file systems containing |
|
Lines 168-174
Link Here
|
| 168 |
Note: this option is worthless if a public available suid or sgid |
169 |
Note: this option is worthless if a public available suid or sgid |
| 169 |
wrapper like |
170 |
wrapper like |
| 170 |
.Xr suidperl 1 |
171 |
.Xr suidperl 1 |
| 171 |
is installed on your system. |
172 |
is installed on your system. It is automatically set when the user does not |
|
|
173 |
have super-user privileges. |
| 172 |
.It Cm nosymfollow |
174 |
.It Cm nosymfollow |
| 173 |
Do not follow symlinks |
175 |
Do not follow symlinks |
| 174 |
on the mounted file system. |
176 |
on the mounted file system. |
|
Lines 436-441
Link Here
|
| 436 |
.Xr mount_udf 8 , |
438 |
.Xr mount_udf 8 , |
| 437 |
.Xr mount_umapfs 8 , |
439 |
.Xr mount_umapfs 8 , |
| 438 |
.Xr mount_unionfs 8 , |
440 |
.Xr mount_unionfs 8 , |
|
|
441 |
.Xr sysctl 8 , |
| 439 |
.Xr umount 8 |
442 |
.Xr umount 8 |
| 440 |
.Sh BUGS |
443 |
.Sh BUGS |
| 441 |
It is possible for a corrupted file system to cause a crash. |
444 |
It is possible for a corrupted file system to cause a crash. |