Ubuntu Linux Disable control-alt-delete [CTRL-ALT-DEL] Emergency Keypress Handling

Ubuntu Linux Disable control-alt-delete [CTRL-ALT-DEL] Emergency Keypress Handling

To disable the control-alt-delete (CTRL-ALT-DEL) emergency keypress handling on an Ubuntu Linux system, you can follow these steps:

  1. Open the /etc/systemd/system.conf file in a text editor (e.g. nano):
sudo nano /etc/systemd/system.conf
S‮ruo‬ce:www.lautturi.com
  1. Find the CtrlAltDelBurstAction setting and change it to none. For example:
CtrlAltDelBurstAction=none
  1. Save the /etc/systemd/system.conf file and close the text editor.

  2. Restart the systemd-system.conf service to apply the changes:

sudo systemctl restart systemd-system.conf

The control-alt-delete emergency keypress handling should now be disabled on the system.

Keep in mind that the above steps will only work if you are using the systemd init system on your Ubuntu Linux system. If you are using a different init system, the steps may be different.

For more information on the systemd init system and the systemctl command, you can refer to the Ubuntu documentation or the man pages for these utilities.

Created Time:2017-10-30 14:27:25  Author:lautturi