diff --git a/pages/linux/ctrlaltdel.md b/pages/linux/ctrlaltdel.md new file mode 100644 index 000000000..3d268219f --- /dev/null +++ b/pages/linux/ctrlaltdel.md @@ -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`