*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: nfsd | Section: 8 | Source: OpenBSD | File: nfsd.8
NFSD(8) FreeBSD System Manager's Manual NFSD(8) NAME nfsd - remote NFS server SYNOPSIS nfsd [-rtu] [-n num_servers] DESCRIPTION nfsd runs on a server machine to service NFS requests from client machines. At least one nfsd must be running for a machine to operate as a server. Unless otherwise specified, four servers for UDP transport are started. The options are as follows: -n num_servers Specifies how many servers to create (max 20). -r Register the NFS service with portmap(8) without creating any servers. This option can be used along with the -u or -t options to re-register NFS if the portmap server is restarted. -t Serve TCP NFS clients. -u Serve UDP NFS clients. For example, "nfsd -u -t -n 6" serves UDP and TCP transports using six daemons. A server should run enough daemons to handle the maximum level of concurrency from its clients, typically four to six. nfsd listens for service requests at the port indicated in the NFS server specification; see RFCs 1094 and 1813. EXIT STATUS The nfsd utility exits 0 on success, and >0 if an error occurs. SEE ALSO nfsstat(1), nfssvc(2), mountd(8), portmap(8) HISTORY The nfsd utility first appeared in 4.3BSD-Reno. FreeBSD 14.1-RELEASE-p8 July 30, 2022 FreeBSD 14.1-RELEASE-p8

Navigation Options