以下哪种状态表示进程已经释放了除PID之外的所有其他资源?
A. D
B. R
C. S
D. T
E. Z
父进程使用以下哪个命令复制并创建一个新的子进程?
A. exec
B. fork
C. zombie
D. syscall
E. reap
以下哪种状态表示进程处于睡眠状态,直到满足某个条件才会被唤醒?
A. D
B. R
C. S
D. T
E. Z
默认情况下,如果没有为ps命令传递任何参数,则它将打印什么信息?
All processes running on the terminal
B. All active processes
C. All sleeping processes
D. All processes run by the current shell
E. All processes run by the current user