Which of the following signals is sent to a process whe…

Which of the following signals is sent to a process when the key combination CTRL+C is pressed on the keyboard?

Which of the following signals is sent to a process when the key combination CTRL+C is pressed on the keyboard?

A.
SIGTERM

B.
SIGINT

C.
SIGSTOP

D.
SIGKILL



Leave a Reply 1

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


hoabd

hoabd

The SIGINT signal is sent to a process by its controlling terminal when a user wishes to interrupt the process. This is typically initiated by pressing Ctrl+C, but on some systems, the “delete” character or “break” key can be used.