Oracle
1Z0-876 · Question #151
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…
The correct answer is D. SIGTERM. See the full explanation below for the reasoning.
Question
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?
Options
- ASIGHUP
- BSIGKILL
- CSIGINT
- DSIGTERM
How the community answered
(17 responses)- A6% (1)
- B6% (1)
- C12% (2)
- D76% (13)
Community Discussion
No community discussion yet for this question.