2019-10-04 23:24:36 +01:00
|
|
|
# ctrlaltdel
|
|
|
|
|
|
|
|
> Utility to control what happens when CTRL+ALT+DEL is pressed.
|
2022-03-21 17:07:48 +00:00
|
|
|
> More information: <https://manned.org/ctrlaltdel>.
|
2019-10-04 23:24:36 +01:00
|
|
|
|
|
|
|
- Get current setting:
|
|
|
|
|
|
|
|
`ctrlaltdel`
|
|
|
|
|
2021-01-31 17:05:18 +00:00
|
|
|
- Set CTRL+ALT+DEL to reboot immediately, without any preparation:
|
2019-10-04 23:24:36 +01:00
|
|
|
|
|
|
|
`sudo ctrlaltdel hard`
|
|
|
|
|
|
|
|
- Set CTRL+ALT+DEL to reboot "normally", giving processes a chance to exit first (send SIGINT to PID1):
|
|
|
|
|
|
|
|
`sudo ctrlaltdel soft`
|