首页 > 技术文章 > centos7-关闭 rpcbind 服务

gaoyanbing 2020-05-25 14:49 原文

1、关闭 rpcbind 服务

sudo systemctl disable rpcbind

2、关闭开机自启动

sudo  systemctl disable rpcbind

3、立即执行关闭

systemctl stop rpcbind.socket

4、 验证是否监听

netstat -anup

推荐阅读