linux nfs

[root@station198 ftp]#vim /etc/exports
/opt/ftp/ 192.168.2.0/24(rw,sync)

/etc/init.d/nfs status

showmount -e 192.168.2.17

mount 192.168.2.17:/opt/ftp /mnt/

ls -ld /opt/ftp
chmod 777 /opt/ftp/

getsebool -a | grep nfs

你可能感兴趣的:(linux nfs)