linux 查看端口占用 进程
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux 查看端口占用 进程相关的知识,希望对你有一定的参考价值。
netstat -anp
-a, --all, --listening display all sockets (default: connected)
-n, --numeric don‘t resolve names
-p, --programs display PID/Program name for sockets
http://www.cnblogs.com/benio/archive/2010/09/15/1826728.html
以上是关于linux 查看端口占用 进程的主要内容,如果未能解决你的问题,请参考以下文章