[Previous] [Contents] [Index] [Next]

/etc/nfsstart

Start NFS server daemons

Name:

/etc/nfsstart

Description:

The nfsstart file is a shell script that's used to start TCP/IP daemons specific to an NFS server. The file is invoked by the /etc/netstart script.

Here's a typical example file that should be optimized on a per-system basis:

#!/bin/sh

  /usr/ucb/portmap
  /usr/ucb/Nfsd
  # NOTE:  to service non-Unix clients, uncomment the next line 
  #        (may also need to add the -norsvd option in the 
  #         exports file)
  # /usr/ucb/pcnfsd

See also:

Nfsd, portmap

What is NFS? chapter in this guide.


[Previous] [Contents] [Index] [Next]