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/reboot.c code, it is clear
13 that there are two supported functions that the <Ctrl-Alt-Del> sequence
14 can perform.
15
16 hard
17 Immediately reboot the computer without calling sync(2) and without
18 any other preparation. This is the default.
19
20 soft
21 Make the kernel send the SIGINT (interrupt) signal to the init
22 process (this is always the process with PID 1). If this option is
23 used, the init(8) program must support this feature. Since there
24 are now several init(8) programs in the Linux community, please
25 consult the documentation for the version that you are currently
26 using.
27
28 When the command is run without any argument, it will display the
29 current setting.
30
31 The function of ctrlaltdel is usually set in the /etc/rc.local file.
32
34 -h, --help
35 Display help text and exit.
36
37 -V, --version
38 Print version and exit.
39
41 /etc/rc.local
42
44 Peter Orbaek <poe@daimi.aau.dk>
45
47 init(8), systemd(1)
48
50 For bug reports, use the issue tracker at
51 https://github.com/util-linux/util-linux/issues.
52
54 The ctrlaltdel command is part of the util-linux package which can be
55 downloaded from Linux Kernel Archive
56 <https://www.kernel.org/pub/linux/utils/util-linux/>.
57
58
59
60util-linux 2.38 2022-02-17 CTRLALTDEL(8)