CompTIA Exam Questions

Which of the following commands kills the process with the PID 123 but allows the process to "c

Which of the following commands kills the process with the PID 123 but allows the process
to “clean up” before exiting?

A.
kill -KILL 123

B.
kill -STOP 123

C.
kill -TERM 123

D.
kill -PIPE 123