linux查看端口只用情况

1:#netstat  -tuanp   就可以了。主要是加P参数

2:在WINXP下:netstat -ano          o--PID

在*inux下:lsof -i:80

3:netstat -ntlp