ctrlaltdel: add page (#3323)

italian
HG00 2019-10-04 23:24:36 +01:00 committed by Marco Bonelli
parent 32aac2faef
commit c82f1e5497
1 changed files with 15 additions and 0 deletions

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`