centos7-关闭 rpcbind 服务

1、关闭 rpcbind 服务

sudo systemctl disable rpcbind

2、关闭开机自启动

sudo  systemctl disable rpcbind

3、立即执行关闭

systemctl stop rpcbind.socket

4、 验证是否监听

netstat -anup

posted @ 2020-05-25 14:49  GaoYanbing  阅读(2104)  评论(0编辑  收藏  举报