Linux查找占用指定端口的进程时间:2022-03-11 16:47:00 在Linux有多种方案。 lsof lsof -i tcp:80 列出使用tcp连接80端口的进程 不指定协议 lsof -i :80 netstat sudo netstat -nlp 列出所有打开的网络连接