Linux 常用的一些操作 1、查看linux中某個端口是否被占用 1> 使用lsof lsof -i:端口號 查看該端口是否被占用 2> 使用netstat netstat -antpu |gre ...