ubuntu查看端口使用情况,使用netstat命令:
netstat -a
netstat -ap
netstat -ap | grep 8080
lsof -i:8888
ps -e | grep driver
若查找后有多个,可批量结束进程:killall chromium-browser
kill -9 PID号