1CTRLALTDEL(8) System Administration CTRLALTDEL(8)
2
3
4
6 ctrlaltdel - set the function of the Ctrl-Alt-Del combination
7
9 ctrlaltdel hard|soft
10
12 Based on examination of the linux/kernel/sys.c code, it is clear that
13 there are two supported functions that the Ctrl-Alt-Del sequence can
14 perform: a hard reset, which immediately reboots the computer without
15 calling sync(2) and without any other preparation; and a soft reset,
16 which sends the SIGINT (interrupt) signal to the init process (this is
17 always the process with PID 1). If this option is used, the init(8)
18 program must support this feature. Since there are now several init(8)
19 programs in the Linux community, please consult the documentation for
20 the version that you are currently using.
21
22 ctrlaltdel is usually used in the /etc/rc.local file.
23
25 -V, --version
26 Output version information and exit.
27
28 -h, --help
29 Display help and exit.
30
32 /etc/rc.local
33
35 init(8)
36
38 Peter Orbaek ⟨poe@daimi.aau.dk⟩
39
41 The ctrlaltdel command is part of the util-linux package and is avail‐
42 able from Linux Kernel Archive ⟨ftp://ftp.kernel.org/pub/linux/utils
43 /util-linux/⟩.
44
45
46
47util-linux August 2011 CTRLALTDEL(8)