Multiple choice technology operating systems

CTRL+C is used for?

  1. print kernel messages

  2. Shut down the system to hault

  3. Kill the current process

  4. Halt or reboot the machine

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In standard command-line environments, pressing Ctrl+C sends the SIGINT signal to terminate or kill the currently active foreground process, rather than printing kernel messages or shutting down the machine.