我尝试查找root创建的所有进程,其命令名称为httpd,例如。
# ps -U root -u root -C httpd -o pid,vsize,cmd,user | tail
32445 371488 /opt/apache_aux2_pool610/2. 743905 32490 0 [kworker/u66:2] root 32493 1404904 /opt/apache_aux3_pool602/2. www 32513 359256 /opt/apache_aux5_pool610/2. 693693 32520 393904 /opt/apache_aux4_pool605/2. root 32595 395688 /opt/apache_aux4_pool608/2. w_buzlakov_83569e04 32627 403820 /opt/apache_aux4_pool607/2. 20012412 32656 437580 /opt/apache_aux4_pool603/2. 20022253 32698 385876 /opt/apache_own/current/sbi 20063363 32761 811756 /opt/apache_aux4_pool4/2.2. www
但是带有上述参数的ps输出所有进程。有一种印象是它完全忽略了“ - U root -u root -C httpd”选项。这是正确的工作ps或我在某处错了吗?