Which signal is missing from the following command that is commonly used to instruct a daemon to reinitialize itself, including reading configuration files?
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