Linux - Disable ctrl+alt+del Linux
To disable the function of reboot by ctrl+alt+del
vi /etc/inittab
#comment out the linux
# ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -r now
init q
vi /etc/inittab
#comment out the linux
# ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -r now
init q
Comments
Post a Comment