util-linux/sys-utils/ctrlaltdel.8

39 lines
1.1 KiB
Groff
Raw Normal View History

2006-12-06 17:25:32 -06:00
.\" Copyright 1992, 1993 Rickard E. Faith (faith@cs.unc.edu)
.\" May be distributed under the GNU General Public License
2006-12-06 17:25:33 -06:00
.TH CTRLALTDEL 8 "25 October 1993" "Linux 1.2" "Linux Programmer's Manual"
2006-12-06 17:25:32 -06:00
.SH NAME
ctrlaltdel \- set the function of the Ctrl-Alt-Del combination
.SH SYNOPSIS
2006-12-06 17:25:33 -06:00
.BR "ctrlaltdel hard" " | " soft
2006-12-06 17:25:32 -06:00
.SH DESCRIPTION
Based on examination of the
.I linux/kernel/sys.c
code, it is clear that there are two supported functions that the
Ctrl-Alt-Del sequence can perform: a
.I hard
reset, which immediately reboots the computer without calling
.B sync (2)
and without any other preparation; and a
.I soft
reset, which sends the SIGINT (interrupt) signal to the
.B init
process (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 the
version that you are currently using.
.B ctrlaltdel
is usually used in the
.I /etc/rc.local
file.
.SH FILES
.I /etc/rc.local
.SH "SEE ALSO"
.BR simpleinit (8),
.BR init (8)
.SH AUTHOR
Peter Orbaek (poe@daimi.aau.dk)