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?
When the key combination CTRL+C is pressed on the keyboard, the signal sent to a process is SIGINT. SIGINT stands for 'signal interrupt,' and it is typically used to request the interruption of a running process, allowing it to terminate gracefully in response to the user's command.
When the key combination CTRL+C is pressed on the keyboard, the signal sent to a process is: B. SIGINT SIGINT stands for "signal interrupt." It is typically used to request the interruption of a running process, allowing it to terminate gracefully in response to the user's interruption command (usually generated by pressing CTRL+C).