使用netstat查看某个端口哪个进程占用

Posted Perry Blog

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用netstat查看某个端口哪个进程占用相关的知识,希望对你有一定的参考价值。

Linux:

netstat -anp|grep 端口号

 

Windows:

netstat –ano|findstr 端口号

以上是关于使用netstat查看某个端口哪个进程占用的主要内容,如果未能解决你的问题,请参考以下文章