Q. How do I delete control-alt-delete emergency keypress handling to improve security of my Ubuntu Linux server?
A. When you hit the Control-Alt-Delete key combination system get rebooted. This operation is controlled via a special file located at /etc/event.d/control-alt-delete directory. Simply open this file using a text editor:
$ sudo vi /etc/event.d/control-alt-delete
OR
$ sudo gedit /etc/event.d/control-alt-delete
Find line that read as follows:
exec /sbin/shutdown -r now "Control-Alt-Delete pressed"
delete configuration line or comment out line by prefixing # symob:
#exec /sbin/shutdown -r now "Control-Alt-Delete pressed"
Save and close the file.
Ubuntu Linux Disable control-alt-delete [CTRL-ALT-DEL] Emergency Keypress Handling
Want to read Linux tips and tricks, but don't have time to check our blog everyday? Subscribe to our daily email newsletter to make sure you don't miss a single tip/tricks. Subscribe to our weekly newsletter here!
Previous post: CentOS / Red Hat Linux Install VSFTPD FTP Server
Next post: Free Redhat Software


{ 1 comment… read it below or add one }
Its not working for live cd (ubuntu 8.1)
Tried many options.. nothing works out