snippetbashTip
ctrlaltdel — Utility to control what happens when CTRL+ALT+DEL is pressed. More information: <https://manned.org/
Viewed 0 times
commandhappenswhatclicontrolwhenutilityctrlaltdel
linux
Problem
How to use the
ctrlaltdel command: Utility to control what happens when CTRL+ALT+DEL is pressed. More information: <https://manned.org/ctrlaltdel>.Solution
ctrlaltdel — Utility to control what happens when CTRL+ALT+DEL is pressed. More information: <https://manned.org/ctrlaltdel>.Get current setting:
ctrlaltdelSet CTRL+ALT+DEL to reboot immediately, without any preparation:
sudo ctrlaltdel hardSet CTRL+ALT+DEL to reboot "normally", giving processes a chance to exit first (send SIGINT to PID1):
sudo ctrlaltdel softCode Snippets
Get current setting
ctrlaltdelSet CTRL+ALT+DEL to reboot immediately, without any preparation
sudo ctrlaltdel hardSet CTRL+ALT+DEL to reboot "normally", giving processes a chance to exit first (send SIGINT to PID1)
sudo ctrlaltdel softContext
tldr-pages: linux/ctrlaltdel
Revisions (0)
No revisions yet.