kill   -9   `ps   -ef|grep   “processname” | grep -v "grep"|awk   '{print   $2} '`

其中processname就要要kill的进程名

相关文章:

  • 2022-12-23
  • 2021-09-10
  • 2022-03-09
  • 2021-09-04
  • 2022-12-23
  • 2022-12-23
  • 2022-02-12
  • 2021-09-24
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案