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.
vi /etc/init/control-alt-delete.conf
Just disable the line which specifies the restart action.
vi /etc/init/control-alt-delete.conf
comment the line
:wq (save and exit)
that should do the trick!!!
No comments:
Post a Comment