Home > System Tutorial > LINUX > Introducing how to disable the Ctrl+Alt+Del restart function of CentOS6.6

Introducing how to disable the Ctrl+Alt+Del restart function of CentOS6.6

PHPz
Release: 2024-01-02 14:50:41
forward
848 people have browsed it

#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!

Related labels:
source:jb51.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template