ctrlaltdel
Utility to control what happens when CTRL+ALT+DEL is pressed. More information: <https://manned.org/ctrlaltdel>.
Install
- All systems
-
curl cmd.cat/ctrlaltdel.sh
- Debian
-
apt-get install util-linux
- Ubuntu
-
apt-get install util-linux
- Alpine
-
apk add util-linux
- Arch Linux
-
pacman -S util-linux
- Kali Linux
-
apt-get install util-linux
- CentOS
-
yum install util-linux
- Fedora
-
dnf install util-linux
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install util-linux
- OS X
-
brew install util-linux
- Raspbian
-
apt-get install util-linux
- Dockerfile
- dockerfile.run/ctrlaltdel
- Docker
-
docker run cmd.cat/ctrlaltdel ctrlaltdel
powered by Commando
Utility to control what happens when CTRL+ALT+DEL is pressed. More information: <https://manned.org/ctrlaltdel>.
-
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
© tl;dr; authors and contributors