| .\" 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" |
| ctrlaltdel \- set the function of the Ctrl-Alt-Del combination |
| .BR "ctrlaltdel hard" | soft |
| Based on examination of the |
| code, it is clear that there are two supported functions that the |
| Ctrl-Alt-Del sequence can perform: a |
| reset, which immediately reboots the computer without calling |
| and without any other preparation; and a |
| reset, which sends the SIGINT (interrupt) signal to the |
| process (this is always the process with PID 1). If this option is used, |
| program must support this feature. Since there are now several |
| programs in the Linux community, please consult the documentation for the |
| version that you are currently using. |
| Peter Orbaek (poe@daimi.aau.dk) |
| The ctrlaltdel command is part of the util-linux-ng package and is available from |
| ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/. |