First page Back Continue Last page Summary Graphics
NFS exports
Edit /etc/exports
- /home 192.168.1.0/255.255.255.0(rw)
- /bin 192.168.1.0/255.255.255.0(ro,no_root_squash)
- /usr 192.168.1.0/255.255.255.0(ro,no_root_squash)
- /tftpboot 192.168.1.0/255.255.255.0(rw,no_root_squash)
Restart NFS
- /etc/rc.d/init.d/nfs restart
Re-export as needed
Notes: