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
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
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.