Linux上sunrpc 111端口关闭

lsof -i :111 发现有进程监听相关端口

查看正在监听的111端口,由哪个服务使用

cat /etc/services | grep -w 111

查看相关服务

systemctl list-unit-files --all |grep rpcbind

停止相关服务

systemctl stop rpcbind.socket

参考 [实践OK]如何关闭centos6x/7x中的sunrpc 111端口,linux如何关闭无用端口/Linux禁用111端口。和关闭rpc.statd服务。 - 向东博客 专注WEB应用 构架之美 --- 构架之美,在于尽态极妍 | 应用之美,在于药到病除 - 赢在IT,Playin' with IT,Focus on Killer Application,Marketing Meets Technology.

相关推荐
_下雨天.3 小时前
LVS负载均衡
服务器·负载均衡·lvs
小成202303202655 小时前
Linux高级02
linux·开发语言
mounter6255 小时前
【硬核前沿】CXL 深度解析:重塑数据中心架构的“高速公路”,Linux 内核如何应对挑战?-- CXL 协议详解与 LSF/MM 最新动态
linux·服务器·网络·架构·kernel
++==6 小时前
Linux 进程间通信与线程同步技术详解:IPC 机制、线程 API、同步工具与经典同步问题
linux
特长腿特长6 小时前
centos、ubantu系列机的用户和用户组的结构是什么?具体怎么配置?用户组权限怎么使用?这篇文章持续更新,帮助你复习linux的基础知识
linux·运维·centos
zzzyyy5386 小时前
Linux环境变量
linux·运维·服务器
pluvium276 小时前
记对 xonsh shell 的使用, 脚本编写, 迁移及调优
linux·python·shell·xonsh
无级程序员6 小时前
centos7 安装 llvm-toolset-7-clang出错的问题解决
linux·centos
kebeiovo7 小时前
atomic原子操作实现无锁队列
服务器·c++
CHHC18807 小时前
NetCore树莓派桌面应用程序
linux·运维·服务器