第九章:进程管理

1、打印进程

[root@localhost program_test]# ps -e | head  PID TTY          TIME CMD    1 ?        00:00:03 init    2 ?        00:00:00 kthreadd    3 ?        00:00:00 migration/0    4 ?        00:00:00 ksoftirqd/0    5 ?        00:00:00 migration/0    6 ?        00:00:00 watchdog/0    7 ?        00:00:00 events/0    8 ?        00:00:00 cgroup    9 ?        

收藏 打印