web link
http://techgurulive.com/2008/09/15/fedora-9-quick-nfs-server-howto/
3. Start your NFS service
# service nfs start
# service rpcbind start
[jwsyu@oip20 ~]10:04$ sudo service nfs start
[sudo] password for jwsyu:
sudo: service: command not found
[jwsyu@oip20 ~]10:21$ sudo /sbin/service nfs start
Starting NFS services: [ OK ]
Starting NFS quotas: [ OK ]
Starting NFS daemon: [ OK ]
Starting NFS mountd: [ OK ]
[jwsyu@oip20 ~]10:22$ sudo /sbin/service rpcbind start
Starting rpcbind: rpcbind: another rpcbind is already running. Aborting
[FAILED]
[jwsyu@oip20 ~]10:22$ ps aux |grep nfs
root 3903 0.0 0.0 0 0 ? S< 10:22 0:00 [nfsd4]
root 3905 0.0 0.0 0 0 ? S 10:22 0:00 [nfsd]
root 3906 0.0 0.0 0 0 ? S 10:22 0:00 [nfsd]
root 3907 0.0 0.0 0 0 ? S 10:22 0:00 [nfsd]
root 3908 0.0 0.0 0 0 ? S 10:22 0:00 [nfsd]
root 3909 0.0 0.0 0 0 ? S 10:22 0:00 [nfsd]
root 3910 0.0 0.0 0 0 ? S 10:22 0:00 [nfsd]
root 3911 0.0 0.0 0 0 ? S 10:22 0:00 [nfsd]
root 3912 0.0 0.0 0 0 ? S 10:22 0:00 [nfsd]
jwsyu 3941 0.0 0.0 4120 692 pts/4 R+ 10:22 0:00 grep nfs