[LInux] Ubuntu查看进程,杀死进程

#查看某端口进程
sudo lsof -i:8080

#杀死进程,
kill -9 pid
原文地址:https://www.cnblogs.com/smuzoey/p/11221110.html