ctrlaltdel.8

来自「Util-linux 软件包包含许多工具。其中比较重要的是加载、卸载、格式化、分」· 8 代码 · 共 39 行

8
39
字号
.\" Copyright 1992, 1993 Rickard E. Faith (faith@cs.unc.edu).\" May be distributed under the GNU General Public License.TH CTRLALTDEL 8 "25 October 1993" "Linux 1.2" "Linux Programmer's Manual".SH NAMEctrlaltdel \- set the function of the Ctrl-Alt-Del combination.SH SYNOPSIS.BR "ctrlaltdel hard" " | " soft.SH DESCRIPTIONBased on examination of the.I linux/kernel/sys.ccode, it is clear that there are two supported functions that theCtrl-Alt-Del sequence can perform: a.I hardreset, which immediately reboots the computer without calling.B sync (2)and without any other preparation; and a.I softreset, which sends the SIGINT (interrupt) signal to the.B initprocess (this is always the process with PID 1).  If this option is used,the.B init (8)program must support this feature.  Since there are now several.B init (8)programs in the Linux community, please consult the documentation for theversion that you are currently using..B ctrlaltdelis usually used in the.I /etc/rc.localfile..SH FILES.I /etc/rc.local.SH "SEE ALSO".BR simpleinit (8),.BR init (8).SH AUTHORPeter Orbaek (poe@daimi.aau.dk)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?