1CTRLALTDEL(8)                System Administration               CTRLALTDEL(8)
2
3
4

NAME

6       ctrlaltdel - set the function of the Ctrl-Alt-Del combination
7

SYNOPSIS

9       ctrlaltdel hard|soft
10

DESCRIPTION

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

OPTIONS

34       -V, --version
35           Display version information and exit.
36
37       -h, --help
38           Display help text and exit.
39

FILES

41       /etc/rc.local
42

AUTHORS

44       Peter Orbaek <poe@daimi.aau.dk>
45

SEE ALSO

47       init(8), systemd(1)
48

REPORTING BUGS

50       For bug reports, use the issue tracker at
51       https://github.com/karelzak/util-linux/issues.
52

AVAILABILITY

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.37.2                 2021-06-02                     CTRLALTDEL(8)
Impressum