Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Disable Ctrl+Alt+Delete in Inittab  (Read 2611 times)

0 Members and 1 Guest are viewing this topic.

Vinil

  • Guest
Disable Ctrl+Alt+Delete in Inittab
« on: January 13, 2014, 10:45:46 am »
In most Linux distributions, pressing 'CTRL-ALT-DELETE' will takes your system to reboot process. So, it’s not a good idea to have this option enabled at least on production servers, if someone by mistakenly does this.

We have to comment the following lines in /etc/inittab file.

Quote
# Trap CTRL-ALT-DELETE
#ca::ctrlaltdel:/sbin/shutdown -t3 -r now