Start NFS server daemons
/etc/nfsstart
The nfsstart file is a shell script that you can use to start TCP/IP daemons specific to an NFS server.
There isn't a default version of this file; you can create your own if you need it. |
Here's a typical sample file that you should optimize on a per-system basis:
#!/bin/sh /usr/sbin/nfsd # NOTE: to service non-Unix clients, uncomment the next line # (may also need to add the -norsvd option in the # exports file) # /usr/sbin/pcnfsd