NFS is one of the secure sharing system in linux. NFS is Network File System. It quite easy to setup, and more simple than samba./etc/hosts.allowportmap: 192.168.1.2lockd: 192.168.1.2rquotad: 192.168.1.2mountd: 192.168.1.2statd: 192.168.1.2 Or just type ALL:localhost /etc/hosts.denyportmap: ALLlockd: ALLrquotad: ALLmountd: ALLstatd: ALL chmod a+x /etc/rc.d/rc.nfsd/etc/rc.d/rc.nfsd start nano…
Tag: nfs
