LPI
101-400 · Question #8
Which of the following commands kills the process with the PID 123 but allows the process to "clean up" before exiting?
The correct answer is D. kill -TERM 123. See the full explanation below for the reasoning.
Question
Which of the following commands kills the process with the PID 123 but allows the process to "clean up" before exiting?
Options
- Akill -PIPE 123
- Bkill -KILL 123
- Ckill -STOP 123
- Dkill -TERM 123
How the community answered
(52 responses)- A12% (6)
- B6% (3)
- C2% (1)
- D81% (42)
Community Discussion
No community discussion yet for this question.