Skip to content

Latest commit

History

History
15 lines (8 loc) 路 337 Bytes

ctrlaltdel.md

File metadata and controls

15 lines (8 loc) 路 337 Bytes

ctrlaltdel

Utility to control what happens when CTRL+ALT+DEL is pressed.

  • Get current setting:

ctrlaltdel

  • Set CTRL+ALT+DEL to reboot immediately, without any preparation:

sudo ctrlaltdel hard

  • Set CTRL+ALT+DEL to reboot "normally", giving processes a chance to exit first (send SIGINT to PID1):

sudo ctrlaltdel soft