1control-alt-delete(7) Miscellaneous Information Manual control-alt-delete(7)
2
3
4
6 control-alt-delete - event signalling console press of Control-Alt-
7 Delete
8
10 control-alt-delete [ENV]...
11
13 The control-alt-delete event is generated by the Upstart init(8) daemon
14 when the Control-Alt-Delete key combination is pressed on the console.
15
16 Typically this combination is used to safely reboot the machine.
17
18 In the default Upstart configuration handling of this event is provided
19 by the /etc/init/control-alt-delete.conf task which runs the shut‐
20 down(8) tool.
21
23 A task to be run on Control-Alt-Delete might use:
24
25 start on control-alt-delete
26
28 keyboard-request(7) init(8)
29
30
31
32Upstart 2009-07-09 control-alt-delete(7)