mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 00:02:07 +02:00

Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
15 lines
337 B
Markdown
15 lines
337 B
Markdown
# ctrlaltdel
|
|
|
|
> Utility to control what happens when CTRL+ALT+DEL is pressed.
|
|
|
|
- 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`
|