码迷,mamicode.com
首页 > 系统相关 > 详细

centos端口被占用,查看端口并杀死进程

时间:2018-03-13 13:57:26      阅读:369      评论:0      收藏:0      [点我收藏+]

标签:python   pac   cal   off   ice   comm   tcp   post   user   

终端命令

sudo lsof -i :8080

 

COMMAND   PID      USER   FD   TYPE             DEVICE SIZE/OFF NODE NAME

Python  11256        haha  3u  IPv4     0xd74399cf9      0t0  TCP localhost:http-alt (LISTEN)

 

然后根据PID杀进程:

sudo kill -9 11256

 

centos端口被占用,查看端口并杀死进程

标签:python   pac   cal   off   ice   comm   tcp   post   user   

原文地址:https://www.cnblogs.com/catherine007/p/8555937.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!