nerdexam
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)
  • A
    6% (1)
  • B
    6% (1)
  • C
    12% (2)
  • D
    76% (13)

Community Discussion

No community discussion yet for this question.

Full 1Z0-876 Practice