Linux-命令-netstat

命令:netstat [options]

e.g. netstat -an | grep xxx.xxx.xxx.xxx 可查看ip链接状态

-l:列表

-n:以数字显示

-p:进程

-t:tcp

-u:udp

-r:显示路由

-------------------- 阑心而慧智,心静而致远. --------------------
原文地址:https://www.cnblogs.com/mirrorlake/p/7351847.html