CentOS 7 关闭 rpcbind 服务,这个玩意就是共享文件服务

        <h3 style="background:#FFFFFF;color:#333333;font-weight:400;font-size:22px;font-family:&quot;">
1、关闭 rpcbind 服务

sudo systemctl disable rpcbind

2、关闭开机自启动

sudo  systemctl disable rpcbind

3、立即执行关闭

systemctl stop rpcbind.socket

4、 验证是否监听

netstat -anup