CompTIA
XK0-006 · Question #93
After receiving a monitoring call, an administrator checks the Linux server for processes that have completed execution but have not been removed yet from the process table. Which of the following…
The correct answer is A. Z. This process state represents zombie processes, which have finished execution but still remain in the process table because their parent process has not yet read their exit status.
Troubleshooting and Diagnostics
Question
After receiving a monitoring call, an administrator checks the Linux server for processes that have completed execution but have not been removed yet from the process table. Which of the following represents the process state for which the administrator should search?
Options
- AZ
- BS
- CD
- DT
How the community answered
(23 responses)- A91% (21)
- B4% (1)
- C4% (1)
Explanation
This process state represents zombie processes, which have finished execution but still remain in the process table because their parent process has not yet read their exit status.
Topics
#zombie process#process states#process table#ps output
Community Discussion
No community discussion yet for this question.