查看程序对应的进程号:

ps -ef | grep 进程名字

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

netstat -nltp | grep 端口 

或者

netstat -anp | grep 端口 

杀死进程

kill pid

相关文章:

  • 2021-12-14
  • 2022-01-18
  • 2022-12-23
  • 2021-12-15
  • 2021-12-15
  • 2021-12-15
  • 2021-12-21
  • 2021-12-04
猜你喜欢
  • 2022-12-23
  • 2021-11-29
  • 2022-12-23
  • 2021-06-15
  • 2021-04-08
  • 2022-02-06
相关资源
相似解决方案