kaerxifa

1.找到对应的进程

通过端口查找 

lsof -i:端口号

netstat -tunlp | grep 端口

 
lsof -i:9500
 
netstat -tunlp | grep 9500

2.根据对应的PID杀掉进程

kill PID

 

 原文出处:https://www.jianshu.com/p/a5f8f8e37a95

分类:

技术点:

相关文章:

  • 2021-07-26
  • 2021-09-09
  • 2022-12-23
  • 2021-12-12
  • 2021-09-07
  • 2022-02-08
  • 2021-09-07
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-21
  • 2022-02-08
  • 2022-02-08
相关资源
相似解决方案