mount.8 (c4c23c4df87c770e65c64ab8e675195f1891cb43) mount.8 (b23472acb2d6548824a05f84d1513daa94ffb465)
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.

--- 109 unchanged lines hidden (view full) ---

118This option is useful for a server that has file systems containing
119special devices for architectures other than its own.
120.It noexec
121Do not allow execution of any binaries on the mounted file system.
122This option is useful for a server that has file systems containing
123binaries for architectures other than its own.
124.It nosuid
125Do not allow set-user-identifier or set-group-identifier bits to take effect.
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.

--- 109 unchanged lines hidden (view full) ---

118This option is useful for a server that has file systems containing
119special devices for architectures other than its own.
120.It noexec
121Do not allow execution of any binaries on the mounted file system.
122This option is useful for a server that has file systems containing
123binaries for architectures other than its own.
124.It nosuid
125Do not allow set-user-identifier or set-group-identifier bits to take effect.
126Note: this option is worthless if a public available suid or sgid
127wrapper like
128.Xr suidperl
129is installed on your system.
126.It rdonly
127The same as
128.Fl r ;
129mount the file system read-only (even the super-user may not write it).
130.It sync
131All
132.Tn I/O
133to the file system should be done synchronously.

--- 155 unchanged lines hidden ---
130.It rdonly
131The same as
132.Fl r ;
133mount the file system read-only (even the super-user may not write it).
134.It sync
135All
136.Tn I/O
137to the file system should be done synchronously.

--- 155 unchanged lines hidden ---