ps -ef | grep php  查看进程ID,和信息

 

kill -s 9 1827

 

相关命令

ps -ef , ps -aux , pgrep php ,

 

相关文章:

  • 2021-12-19
  • 2022-01-24
  • 2022-12-23
  • 2022-12-23
  • 2021-12-01
  • 2021-12-27
  • 2021-10-10
猜你喜欢
  • 2022-12-23
  • 2021-12-21
  • 2021-11-21
  • 2021-12-27
  • 2021-11-07
  • 2021-12-12
  • 2021-11-29
相关资源
相似解决方案