How to disable CTRL + ALT + DEL hotkey in Linux
Login as a root :
- Edit /etc/inittab file
vi /etc/inittab
- Locate following entry into /etc/inittab
ca::ctrlaltdel:/sbin/shutdown -t3 -r now - Put # at the beging of this line. Save the changes by pressing Esc :wq!
Comments
Post a Comment