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:
parent
32aac2faef
commit
c82f1e5497
1 changed files with 15 additions and 0 deletions
15
pages/linux/ctrlaltdel.md
Normal file
15
pages/linux/ctrlaltdel.md
Normal 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`
|
Loading…
Reference in a new issue