RPC服务是什么?占用端口能否关闭?
netstat -tunlp
查看端口占用时发现很多rpc进程,这些进程是什么?
它们占用的端口能否关闭?
\[root@i-kuqpn95k ~\]# netstat -tunlp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:2049 0.0.0.0:\* LISTEN \-
tcp 0 0 0.0.0.0:49091 0.0.0.0:\* LISTEN 1291/rpc.mountd
tcp 0 0 0.0.0.0:38917 0.0.0.0:\* LISTEN 1291/rpc.mountd
tcp 0 0 0.0.0.0:55527 0.0.0.0:\* LISTEN \-
tcp 0 0 0.0.0.0:111 0.0.0.0:\* LISTEN 1147/rpcbind
tcp 0 0 0.0.0.0:33649 0.0.0.0:\* LISTEN 1291/rpc.mountd
tcp 0 0 0.0.0.0:22 0.0.0.0:\* LISTEN 1471/sshd
tcp 0 0 0.0.0.0:44406 0.0.0.0:\* LISTEN 1192/rpc.statd
tcp 0 0 :::2049 :::\* LISTEN \-
tcp 0 0 :::50534 :::\* LISTEN 1291/rpc.mountd
tcp 0 0 :::50383 :::\* LISTEN 1192/rpc.statd
tcp 0 0 :::111 :::\* LISTEN 1147/rpcbind
tcp 0 0 :::33682 :::\* LISTEN \-
tcp 0 0 :::41781 :::\* LISTEN 1291/rpc.mountd
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
rpc相服务进程啊,你不用的化就关,否则别动它,很多服务都会用到,比如nis nfs