centos 查看所有运行中的服务ip和端口信息
作者:
飞牛在天 | 来源:发表于
2018-04-15 23:18 被阅读0次netstat -tunpl
运行结果:
[root@iZ940 ~]# netstat -tunpl
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:8033 0.0.0.0:* LISTEN 14162/nginx
tcp 0 0 127.0.0.1:9000 0.0.0.0:* LISTEN 1418/php-fpm
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN 2020/mysqld
tcp 0 0 127.0.0.1:6379 0.0.0.0:* LISTEN 8987/redis-server
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 14162/nginx
tcp 0 0 0.0.0.0:5555 0.0.0.0:* LISTEN 2129/./yunsuo_agent
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1640/sshd
本文标题:centos 查看所有运行中的服务ip和端口信息
本文链接:https://www.haomeiwen.com/subject/gcojkftx.html
网友评论