Q: How to disable Ctrl+Alt+Del restarting in CentOS?
In CentOS, the action taken when Ctrl+Alt+Del pressed is based on the configuration file located in "/etc/init/control-alt-delete.conf"
Just disable the line which specifies the restart action.
[root@server ~#]vi /etc/init/control-alt-delete.conf
Disable the line by adding a "#"
0 comments:
Post a Comment