ps -ef | grep  php | grep -v 'grep' | awk '{print $2}'| xargs kill -9

相关文章:

  • 2022-12-23
  • 2021-12-01
  • 2021-05-18
  • 2022-12-23
  • 2022-01-24
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-22
  • 2022-01-21
  • 2021-09-13
  • 2021-05-27
  • 2022-12-23
  • 2021-11-26
相关资源
相似解决方案