Page 1 of 1

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

Posted: Sat Jul 23, 2022 7:42 pm
by answerhappygod
Which of the following commands kills the process with the PID 123 but allows the process to "clean up" before exiting?

A. kill -PIPE 123
B. kill -KILL 123
C. kill -STOP 123
D. kill -TERM 123