Linux-查看网络状态ss
Posted Hedger_Lee
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux-查看网络状态ss相关的知识,希望对你有一定的参考价值。
ss etstat
打印网络系统的状态
-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
以上是关于Linux-查看网络状态ss的主要内容,如果未能解决你的问题,请参考以下文章