Linux 查看进程, 端口

查看进程对应端口号

netstat -tlnp|grep pppp 

// pppp 可以是 端口号, 也可以是 进程名

猜你喜欢

转载自ww111.iteye.com/blog/1745692