![]() |
![]() |
![]() |
![]() |
Start NFS server daemons
/etc/nfsstart
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
What is NFS? chapter in this guide.
![]() |
![]() |
![]() |
![]() |