Linux系列---【Linux系统根据pid查询占用的端口】

命令

netstat -tulpn |grep pid

lsof -i -P -n | grep LISTEN | grep pid

你可能感兴趣的:(linux,服务器,网络,运维)