linux一些常用的 Linux 命令On this page一些常用的 Linux 命令 根据端口找出程序PID lsof -i:80 根据 PID 找出执行命令 netstat -nap | grep {PID}# or netstat -ntlp {PID} 根据执行的命令找出端口占用