1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 21:17:57 +01:00
tldr/pages/linux/ctrlaltdel.md
2022-03-21 14:07:48 -03:00

390 B

ctrlaltdel

Utility to control what happens when CTRL+ALT+DEL is pressed. More information: https://manned.org/ctrlaltdel.

  • 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