- NFS
- Package:
nfs-utils
- Daemons: rpc.nfsd, rpc.lockd, rpciod, rpc.mountd, rpc.rquotad, rpc.statd
- Scripts:
/etc/init.d/nfs
,/etc/init.d/nfslock
- Ports: 2049(nfsd), Others assigned by portmap (111)
- Configuration:
/etc/exports
Related: portmap (mandatory), tcp_wrappers
configure NFS to export any directory:-
vim /etc/exports
/home *(rw,sync)
save and exit.
#showmount -e localhost
[…] NFS Server (afzalkhanlinuxtalk.wordpress.com) […]