Linux share folder
Config file: /etc/exports
Example: share the /opt folder to 192.168.3.0 subnet with read only privilege
1. Change the config file
/opt 192.168.3.*(ro, sync)
2. restart the nfs service
service nfs restart
3. Client server
mount 192.168.3.109:/opt /mnt
Comments
Post a Comment