nerdexam
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)
  • A
    12% (6)
  • B
    6% (3)
  • C
    2% (1)
  • D
    81% (42)

Community Discussion

No community discussion yet for this question.

Full 101-400 Practice