1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-30 08:17:56 +01:00

ctrlaltdel: add page (#3323)

This commit is contained in:
HG00 2019-10-04 23:24:36 +01:00 committed by Marco Bonelli
parent 32aac2faef
commit c82f1e5497

15
pages/linux/ctrlaltdel.md Normal file
View file

@ -0,0 +1,15 @@
# ctrlaltdel
> Utility to control what happens when CTRL+ALT+DEL is pressed.
- Get current setting:
`ctrlaltdel`
- Set CRTL+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`