mountd.8 (416ba5c74546f32a993436a99516d35008e9f384) mountd.8 (a4a17097288ea421337d0debb9d7728863554368)
1.\" Copyright (c) 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.

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

23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" @(#)mountd.8 8.4 (Berkeley) 4/28/95
29.\" $FreeBSD$
30.\"
1.\" Copyright (c) 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.

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

23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" @(#)mountd.8 8.4 (Berkeley) 4/28/95
29.\" $FreeBSD$
30.\"
31.Dd October 14, 2012
31.Dd October 24, 2016
32.Dt MOUNTD 8
33.Os
34.Sh NAME
35.Nm mountd
36.Nd service remote
37.Tn NFS
38mount requests
39.Sh SYNOPSIS

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

90.It Fl l
91Cause all succeeded
92.Nm
93requests to be logged.
94.It Fl n
95Allow non-root mount requests to be served.
96This should only be specified if there are clients such as PC's,
97that require it.
32.Dt MOUNTD 8
33.Os
34.Sh NAME
35.Nm mountd
36.Nd service remote
37.Tn NFS
38mount requests
39.Sh SYNOPSIS

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

90.It Fl l
91Cause all succeeded
92.Nm
93requests to be logged.
94.It Fl n
95Allow non-root mount requests to be served.
96This should only be specified if there are clients such as PC's,
97that require it.
98It will automatically clear the vfs.nfsrv.nfs_privport sysctl flag, which
98It will automatically clear the vfs.nfsd.nfs_privport sysctl flag, which
99controls if the kernel will accept NFS requests from reserved ports only.
100.It Fl p Ar port
101Force
102.Nm
103to bind to the specified port, for both
104.Dv AF_INET
105and
106.Dv AF_INET6

--- 92 unchanged lines hidden ---
99controls if the kernel will accept NFS requests from reserved ports only.
100.It Fl p Ar port
101Force
102.Nm
103to bind to the specified port, for both
104.Dv AF_INET
105and
106.Dv AF_INET6

--- 92 unchanged lines hidden ---