Which signal does this command send to the process?

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?

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:



Leave a Reply 0

Your email address will not be published. Required fields are marked *