mount.8 (8772a9117b27f551f6fbaae9413acaa30d99f934) | mount.8 (e67af79c4b0d79163cc2730a619e0fc41cb3ca49) |
---|---|
1.\" Copyright (c) 1980, 1989, 1991, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 250 unchanged lines hidden (view full) --- 259Note: This option was not designed as a security feature and no 260guarantee is made that it will prevent malicious code execution; for 261example, it is still possible to execute scripts which reside on a 262.Cm noexec 263mounted partition. 264.It Cm nosuid 265Do not allow set-user-identifier or set-group-identifier bits to take effect. 266Note: this option is worthless if a public available suid or sgid | 1.\" Copyright (c) 1980, 1989, 1991, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 250 unchanged lines hidden (view full) --- 259Note: This option was not designed as a security feature and no 260guarantee is made that it will prevent malicious code execution; for 261example, it is still possible to execute scripts which reside on a 262.Cm noexec 263mounted partition. 264.It Cm nosuid 265Do not allow set-user-identifier or set-group-identifier bits to take effect. 266Note: this option is worthless if a public available suid or sgid |
267wrapper like 268.Xr suidperl 1 269is installed on your system. | 267wrapper is installed on your system. |
270It is set automatically when the user does not have super-user privileges. 271.It Cm nosymfollow 272Do not follow symlinks 273on the mounted file system. 274.It Cm ro 275The same as 276.Fl r ; 277mount the file system read-only (even the super-user may not write it). --- 340 unchanged lines hidden --- | 268It is set automatically when the user does not have super-user privileges. 269.It Cm nosymfollow 270Do not follow symlinks 271on the mounted file system. 272.It Cm ro 273The same as 274.Fl r ; 275mount the file system read-only (even the super-user may not write it). --- 340 unchanged lines hidden --- |