LPI
101-500 · Question #282
What is the disadvantage of using the command kill -9 ?
The correct answer is E. The affected process is unable to clean up before exiting. You've hit your Sonnet limit · resets Jun 8, 9am (UTC)
GNU and Unix Commands
Question
What is the disadvantage of using the command kill -9 ?
Options
- AA core dump file will be created.
- BIt affects the entire process group.
- CIt makes excessive use of systemresources.
- DThe action can be blocked by buggy or malicious processes.
- EThe affected process is unable to clean up before exiting.
How the community answered
(57 responses)- A4% (2)
- B5% (3)
- C2% (1)
- D2% (1)
- E88% (50)
Explanation
You've hit your Sonnet limit · resets Jun 8, 9am (UTC)
Topics
#kill command#SIGKILL#process signals#process cleanup
Community Discussion
No community discussion yet for this question.