Jane is writing a shell script. While testing the script, she finds that the script is in a infinite loop.
She issues the following command:
$ kill `pgrep affiliate.sh`
Which signal does this command send to the process?
A.
SIGHUP
B.
SIGKILL
C.
SIGINT
D.
SIGTERM
Explanation: