rpm -qa | grep -E 'nfs | rpcbind'
默认会把rpcbind服务启动 systemctl restart nfs-server
默认会把rpcbind服务启动
systemctl restart nfs-server
systemctl status nfs-server systemctl status rpcbind
systemctl status nfs-server
systemctl status rpcbind
rpcinfo -p
vim /etc/exports
#共享目录 /nfs/shared *(ro) #全部用户只读
#共享目录
/nfs/shared *(ro) #全部用户只读
京公网安备 11010502049817号