标签:port bind export etc yum install x86_64 文件 linux
nfs支持linux同linux之间的共享
yum list |grep nfs 查找安装包
1:安装nfs
yum install nfs-utils.x86_64
2:安装rpcbind
yum install rpcbind.x86_64
3:新建一个共享的文件
比如 mkdir /opt/gx
4:更改配置文件
cat /etc/exports /opt/gx 192.168.0.114/24(rw)
5:重启nfs和rpc服务
标签:port bind export etc yum install x86_64 文件 linux
原文地址:http://www.cnblogs.com/jw31/p/7085562.html