Linux和Windows中查看端口占用情况
一、命令
netstat -lnt 或 netstat -tnlp
如:
二、较全
netstat -antulp
三、简单
ss -tanl 或 ss -tanlp
三、补充
Windows中使用的命令是:netstat -ano
宋兴柱:转载内容,请标明出处,谢谢!源文来自 宝贝云知识分享:https://www.dearcloud.cn
一、命令
netstat -lnt 或 netstat -tnlp
如:
二、较全
netstat -antulp
三、简单
ss -tanl 或 ss -tanlp
三、补充
Windows中使用的命令是:netstat -ano