1. ps axu 

 

2. 精确查看

for pid in $(pgrep httpd); do echo -n "${pid} " ; ps -p ${pid} -o lstart | grep -v "START" ; done  

 

相关文章:

  • 2022-02-17
  • 2022-12-23
  • 2021-11-28
  • 2021-12-12
  • 2022-01-17
猜你喜欢
  • 2021-12-07
  • 2021-12-16
  • 2021-11-28
  • 2022-01-31
  • 2022-03-06
  • 2021-12-28
  • 2022-01-09
相关资源
相似解决方案