1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 20:22:07 +02:00
tldr/pages/linux/ctrlaltdel.md
2022-03-21 14:07:48 -03:00

16 lines
390 B
Markdown

# 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`