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

by Vivek Gite on May 13, 2008 · 4 comments

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.

Featured Articles:

Share this with other sys admins!
Facebook it - Tweet it - Print it -

{ 4 comments… read them below or add one }

1 M November 21, 2008

Its not working for live cd (ubuntu 8.1)
Tried many options.. nothing works out

Reply

2 V.Balaviswanathan April 23, 2009

Thanks a lot for your tips……It was helpful

Reply

3 V.Balaviswanathan April 24, 2009

Hi,
If anyone helps me to clear this doubt, I will be grateful to them…….

How to make my USB hard disk mount on my ubuntu machine(all) and copy those files onto the local hard drive……Please help

Thank You

Bala

Reply

4 Enriqueta Schryver October 4, 2011

That was a impressive material. I enjoyed it very much. Enriqueta Schryver

Reply

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <blockquote> <pre> <a href="" title="">
What is 8 + 13 ?
Please leave these two fields as-is:
Solve the simple math so we know that you are a human and not a bot.




Previous post:

Next post: