CentOS NFS服务器的搭建与配置
摘要:
1、查看系统是否已安装NFS [root@bogon ~]# rpm -qa | grep nfs [root@bogon ~]# rpm -qa | grep rpcbind 2、安装NFS [root@bogon ~]# yum -y install nfs-utils rpcbind 一、服务 阅读全文
posted @ 2018-08-29 16:17 兔大锤 阅读(387) 评论(0) 推荐(0)