Because the default Linux ctrl+alt+delete feature is turned on, if you accidentally press the Ctrl+alt+delete, the system will restart, the business is naturally interrupted, very insecure, you can disable this feature by the following method.
Vim Open configuration file
Vim/etc/init/control-alt-delete.conf
Input I
Turn off the Ctrl+alt+delete feature
Just add # to start on Control-alt-delete. Comment out this line to turn off this feature.
Input: Wq exit
Before the configuration file changes, such as:
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M01/7C/F1/wKiom1bc9irguWXiAAAqe00NvLU452.png "title=" 2.png " alt= "Wkiom1bc9irguwxiaaaqe00nvlu452.png"/>
After the configuration file changes, such as:
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M00/7C/F1/wKiom1bc9inyn-A6AAAyhOzrGSo983.png "style=" float: none; "title=" 1.png "alt=" Wkiom1bc9inyn-a6aaayhozrgso983.png "/>
This article is from the "Feng Xiaoqing blog" blog, make sure to keep this source http://fengyunshan911.blog.51cto.com/995251/1748326
How to disable Ctrl+alt+delete configuration in Linux