查看:

  • lsof -i :端口号(如:lsof -i:8888)
  • ps -ef|grep 端口号(如:ps -ef|grep 8888

杀死:

  • kill -9 PID(如:kill -9 383)