用netstat命令查看端口占用的程序
netstat -an | grep 80
用ps查看程序位置
ps -ef | grep 855
使用 lsof
lsof -i :8080
Linux:Linux鸓ing
Linux卸載程序
Linux從程序到進程
Linux下端口占用查看
linux程序安裝
Linux下程序對拍_C++
Linux查看程序端口占用情況
Linux下端口被占用解決