当前位置: 技术问答>linux和unix
求高手解决国嵌视频中课程1-Linux系统管理,NFS网络配置问题?
来源: 互联网 发布时间:2017-02-21
本文导语: 下面是出现的问题 [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...
下面是出现的问题
[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]这个怎么解决。
望高手解决!
[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]这个怎么解决。
望高手解决!
|
检查是否安装了该服务。