centos下查看端口占用情况

查看某一个端口:

netstat -lnp|grep 80

查看占用端口:

netstat -lnp 或者 netstat -tnlup

你可能感兴趣的:(centos下查看端口占用情况)