centos7-关闭 rpcbind 服务
Posted gaoyanbing
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos7-关闭 rpcbind 服务相关的知识,希望对你有一定的参考价值。
1、关闭 rpcbind 服务
sudo systemctl disable rpcbind
2、关闭开机自启动
sudo systemctl disable rpcbind
3、立即执行关闭
systemctl stop rpcbind.socket
4、 验证是否监听
netstat -anup
以上是关于centos7-关闭 rpcbind 服务的主要内容,如果未能解决你的问题,请参考以下文章