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

 

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

#杀死进程,
kill -9 pid

 

posted @ 2019-07-21 14:24  test1024  阅读(659)  评论(0)    收藏  举报