###Access Network File System (NFS, CIFS)###
1. NFS
a. showmount -e instructor.example.com
b. mount instructor.example.com:/var/ftp/pub /mnt
2. CIFS
a. smbclient -L instructor.example.com
b. mount //instructor.example.com/ftp /mnt
3. NFS Auto Mount
a. edit '/etc/auto.master'
'/demo /etc/auto.demo'
b. edit '/etc/auto.demo'
'public -ro nfsserver.domain:/exported/path'
c. 'service autofs reload'
d. cd /demo/public
RH135-8-access-network-fs
原创
©著作权归作者所有:来自51CTO博客作者williamherry的原创作品,请联系作者获取转载授权,否则将追究法律责任
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章