以php以关键字查找进程

$ ps aux | grep php

root             32957   0.0  0.1  2470904   8908 s002  S+    4:53下午   0:00.02 sudo php -S 0.0.0.0:80 -t ./public

kill进程

$ sudo kill 32957

 

相关文章:

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