Home >System Tutorial >LINUX >Introducing how to disable the Ctrl+Alt+Del restart function of CentOS6.6
#CentOS6.6 disables Ctrl Alt Del restart function
#method one:
vi /etc/init/control-alt-delete.conf
#start on control-alt-delete #Comment this line
#Method Two:
mv /etc/init/control-alt-delete.conf /etc/init/control-alt-delete.conf.bak
#Note: Both methods do not require restarting the system to take effect
The above is the detailed content of Introducing how to disable the Ctrl+Alt+Del restart function of CentOS6.6. For more information, please follow other related articles on the PHP Chinese website!