nerdexam
Oracle

1Z0-100 · Question #62

Which two statements are true about signal handling in Oracle Linux?

The correct answer is A. The pkill command kills a process by name. D. The kill command may send a termination signal to more than one process at a time. See the full explanation below for the reasoning.

Question

Which two statements are true about signal handling in Oracle Linux?

Options

  • AThe pkill command kills a process by name.
  • BA process killed with the default signal always terminates gracefully if it: does not block the kill
  • CThe kill command sends a sigkill (signal 9) by default to the process being killed.
  • DThe kill command may send a termination signal to more than one process at a time.
  • EAll signals may be blocked by a process.

How the community answered

(23 responses)
  • A
    74% (17)
  • B
    9% (2)
  • C
    4% (1)
  • E
    13% (3)

Community Discussion

No community discussion yet for this question.

Full 1Z0-100 Practice