This is an old revision of the document!
Add the NFS shares to the /etc/exports file
nano /etc/exports
/nfs_share 192.168.1.1/24(rw,sync,no_subtree_check)
Start the NFS and RPC daemons
chmod 755 /etc/rc.d/rc.nfsd
chmod 755 /etc/rc.d/rc.rpc
/etc/rc.d/rc.nfsd start
/etc/rc.d/rc.rpc start
Export the shares
exportfs -a
Check to see if the shares are being shared
exportfs