Linux-查看网络状态ss
时间:2020-06-05 00:48:47
收藏:0
阅读:51
ss\netstat
打印网络系统的状态
-t tcp
-u udp
-x 套接字
-a 所有
-l 处于监听的
-p 相关的程序及pid
-n 显示端口
22 ssh
http 80
mysql 3306
redis 6379
mongdb 27017
windows远程桌面 3389
oracle数据库 1521
https 443
ftp 20 21
常用的组合: -tnlp -aulp -tan
原文:https://www.cnblogs.com/Hedger-Lee/p/13047265.html
评论(0)