Quantcast
Channel: CodeSection,代码区,Linux操作系统:Ubuntu_Centos_Debian - CodeSec
Viewing all articles
Browse latest Browse all 11063

CentOS6.6禁用Ctrl+Alt+Del重启功能介绍

$
0
0

#CentOS6.6禁用Ctrl+Alt+Del重启功能

#方法一:

vi /etc/init/control-alt-delete.conf

#start on control-alt-delete #注释此行

#方法二:

mv /etc/init/control-alt-delete.conf /etc/init/control-alt-delete.conf.bak

#注:两种方法都无需重启系统即可生效


Viewing all articles
Browse latest Browse all 11063

Trending Articles