怎么查看nginx端口

怎么查看nginx端口,第1张

怎么查看nginx端口

使用命令netstat -apn查看nginx端口使用情况,再使用ps -aux | grep 7017看哪个进程pid被哪个应用程序所使用。

[root@iZ94j7ahvuvZ sbin]# netstat -apn
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address               Foreign Address             State       PID/Program name   
tcp        0      0 0.0.0.0:80                  0.0.0.0:*                   LISTEN      7017/nginx          
tcp        0      0 0.0.0.0:22                  0.0.0.0:*                   LISTEN      870/sshd            
tcp        0      0 0.0.0.0:3306                0.0.0.0:*                   LISTEN      991/mysqld          
tcp        0      0 120.25.153.204:51072        110.75.102.62:80            ESTABLISHED 1149/AliYunDun      
tcp        0     52 120.25.153.204:22           49.73.142.235:49769         ESTABLISHED 2231/sshd           
udp        0      0 120.25.153.204:123          0.0.0.0:*                               878/ntpd            
udp        0      0 10.116.151.96:123           0.0.0.0:*                               878/ntpd            
udp        0      0 127.0.0.1:123               0.0.0.0:*                               878/ntpd            
udp        0      0 0.0.0.0:123                 0.0.0.0:*                               878/ntpd

看哪个进程pid被哪个应用程序所使用

[root@iZ94j7ahvuvZ sbin]# ps -aux | grep 7017Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.8/FAQ
root      7017  0.0  0.0  24276   788 ?        Ss   11:07   0:00 nginx: master process ./nginx
root      7044  0.0  0.0 103264   856 pts/0    S+   11:22   0:00 grep 7017

更多Nginx相关技术文章,请访问Nginx教程栏目进行学习!

以上就是怎么查看nginx端口的详细内容,

欢迎分享,转载请注明来源:内存溢出

原文地址: https://outofmemory.cn/yw/708190.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-04-24
下一篇 2022-04-24

发表评论

登录后才能评论

评论列表(0条)

保存