nerdexam
LPI

101-400 · Question #341

You wish to kill a process with a PID of 123. Select the command which will allow the process to "clean up" before exiting.

The correct answer is C. kill -15 123. See the full explanation below for the reasoning.

Question

You wish to kill a process with a PID of 123. Select the command which will allow the process to "clean up" before exiting.

Options

  • Akill -1 123
  • Bkill -9 123
  • Ckill -15 123
  • Dkill -17 123

How the community answered

(21 responses)
  • A
    14% (3)
  • B
    10% (2)
  • C
    71% (15)
  • D
    5% (1)

Community Discussion

No community discussion yet for this question.

Full 101-400 Practice