linux关闭进程

 

查看端口对应的pid

lsof -i:8888


若要关闭使用这个端口的程序,使用kill + 对应的pid


kill -9 PID号

posted @ 2018-12-27 20:18  Python研究者  阅读(1503)  评论(0编辑  收藏  举报