日期:2014-05-16  浏览次数:20658 次

求高手解决国嵌视频中课程1-Linux系统管理,NFS网络配置问题?
下面是出现的问题
[root@localhost /]#service portmap start
bash: service: command not found

[root@localhost /]# /etc/rc.d/init.d/portmap start 
starting portmap: [OK]
[root@localhost /]# /etc/rc.d/init.d/nfs start [OK]
Starting NFS services: [OK]
Starting NFS quotas: [OK]
Starting NFS daemon: [FAILED]

下面是我的NFS设置
root@localhost /]# vi /etc/exports
/home 192.168.1.230(rw,sync,no_root_squash)

问题1:为什么说bash: service: command not found  
  2:Starting NFS daemon: [FAILED]这个怎么解决。
望高手解决!



------解决方案--------------------
检查是否安装了该服务。