» Linux »
Examen sur Linux »
Examen 201 : Advanced Administration »
Section 5 »
Question 1/23
Explanation: Without any options, the ps command displays the running processes associated with the current
user ID. The e option displays the processes' environment and the f option displays the processes in a tree
format, illustrating the relationship between parent and child relationships.
Reference: http://www.oreillynet.com/linux/cmd/p/ps.html
Incorrect Answers
B: Only the running processes are listed, not the stopped processes.
C: You would need the a option to display all the running processes.
D: Only the user processes are listed, not the system processes.