LPI
101-500 · 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. You've hit your Sonnet limit · resets Jun 8, 9am (UTC)
GNU and Unix Commands
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
(29 responses)- A7% (2)
- B3% (1)
- D90% (26)
Explanation
You've hit your Sonnet limit · resets Jun 8, 9am (UTC)
Topics
#process signals#SIGTERM#kill command#graceful shutdown
Community Discussion
No community discussion yet for this question.