linux根据端口查询PID
Posted 全力付出
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux根据端口查询PID相关的知识,希望对你有一定的参考价值。
linux根据端口查pid
netstat -antup | grep 80
linux根据pid查端口
netstat -antup | grep 12312
以上是关于linux根据端口查询PID的主要内容,如果未能解决你的问题,请参考以下文章
Posted 全力付出
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux根据端口查询PID相关的知识,希望对你有一定的参考价值。
netstat -antup | grep 80
netstat -antup | grep 12312
以上是关于linux根据端口查询PID的主要内容,如果未能解决你的问题,请参考以下文章