Linux和Windows中查看端口占用情况

Linux和Windows中查看端口占用情况

一、命令

netstat -lnt 或 netstat -tnlp

如:

二、较全

netstat -antulp

三、简单

ss -tanl 或 ss -tanlp

三、补充

Windows中使用的命令是:netstat -ano


Linux和Windows中查看端口占用情况
https://www.dearcloud.cn/2017/07/27/20200310-cnblogs-old-posts/20170727-Linux和Windows中查看端口占用情况/
作者
宋兴柱
发布于
2017年7月27日
许可协议