首頁 返回 繼續 最後一頁 圖形
伺服器提供的Service(續)
3. NFS server (Network File Sharing protocol server)
- - For mounting file system
- - /etc/exports looks like:
- /tftpboot/node001 192.168.0.1(rw,no_root_squash)
- /usr 192.168.0.1(ro,no_root_squash)
- /opt 192.168.0.1(ro,no_root_squash)
- /home 192.168.0.1(rw,no_root_squash)
- /tftpboot/node002 192.168.0.2(rw,no_root_squash)
- /usr 192.168.0.2(ro,no_root_squash)
- /opt 192.168.0.2(ro,no_root_squash)
- /home 192.168.0.2(rw,no_root_squash)
- ...