nfsd(8) — Maintenance
NAME
nfsd − The remote NFS compatible server
SYNOPSIS
/usr/sbin/nfsd [numprocs]
DESCRIPTION
The nfsd daemon 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.
Files that are larger than 2 gigabytes are exported as 2 gigabyte files, because NFS Version 2 is a 32-bit protocol. Therefore, the size and offset fields are 32-bit quantities (on Alpha AXP UFS they are 64-bit quantities). Use caution when accessing files larger than 2 gigabytes from NFS clients.
numprocsSpecifies how many servers to fork off. If numprocs is not specified, it defaults to 1.
EXAMPLES
In the following example, 4 daemons are run that accept requests from any client:
nfsd 4
FILES
/usr/sbin/nfsd
Specifies the command path