ps aux | grep  my_post | grep -v grep

root      3682  0.0  0.3  76068  3192 ?        S    13:00   0:00 curl -s http://www.cnblogs.com/zdz8207/

注:grep -v grep 是不显示grep查询这个进程

相关文章:

  • 2022-12-23
  • 2021-09-26
  • 2022-02-14
  • 2021-06-04
  • 2021-11-02
  • 2022-12-23
  • 2021-08-01
  • 2021-11-04
猜你喜欢
  • 2022-12-23
  • 2021-11-28
  • 2022-01-01
  • 2022-12-23
  • 2021-11-30
  • 2021-11-04
相关资源
相似解决方案