红联Linux门户
Linux帮助

哪位高手进来看看,帮小弟解决一下

发布时间:2009-01-03 20:59:16来源:红联作者:snowflytosky
QUESTION5
some users home directory is shared from your system .using showmount -e localhost command , the shared directory is not shown .make access the shared users home directory.
[attach]11460[/attach]
answer and explanation:
1.verify the file whether shared or not ?: cat /etc/exports
2.start the nfs service : service nfs start
3.start the portmap service : service portmap start
4.make automatically start the nfs service on next reboot : chkconfig nfs on
5.make automatically start the portmap service on next reboot :chkconfig portmap on
6.verify either sharing or not : showmount -e localhost.
7.check that default firewall is running on system ? if running flush the iptables using iptables -F and stop the iptables service.
文章评论

共有 0 条评论