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

Linux查看端口占用进程

时间:2021-03-02 12:19:11      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:nbsp   bsp   netstat   查看   gre   stat   占用   端口占用   linu   

查看程序对应的进程号:

ps -ef | grep 进程名字

查看端口号所占用的进程:

netstat -nltp | grep 端口 

或者

netstat -anp | grep 端口 

杀死进程

kill pid

Linux查看端口占用进程

标签:nbsp   bsp   netstat   查看   gre   stat   占用   端口占用   linu   

原文地址:https://www.cnblogs.com/KHZ521/p/14465921.html

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