1HALT(8) halt HALT(8)
2
3
4
6 halt, poweroff, reboot - Halt, power-off or reboot the machine
7
9 halt [OPTIONS...]
10
11 poweroff [OPTIONS...]
12
13 reboot [OPTIONS...]
14
16 halt, poweroff, reboot may be used to halt, power-off or reboot the
17 machine.
18
20 The following options are understood:
21
22 --help
23 Prints a short help text and exits.
24
25 --halt
26 Halt the machine, regardless which one of the three commands is
27 invoked.
28
29 -p, --poweroff
30 Power-off the machine, regardless which one of the three commands
31 is invoked.
32
33 --reboot
34 Reboot the machine, regardless which one of the three commands is
35 invoked.
36
37 -f, --force
38 Force immediate halt, power-off, reboot. Don´t contact the init
39 system.
40
41 -w, --wtmp-only
42 Only write wtmp shutdown entry, don´t actually halt, power-off,
43 reboot.
44
45 -d, --no-wtmp
46 Don´t write wtmp shutdown entry.
47
48 -n, --no-sync
49 Don´t sync hard disks/storage media before halt, power-off, reboot.
50
51 --no-wall
52 Don´t send wall message before halt, power-off, reboot.
53
55 On success 0 is returned, a non-zero failure code otherwise.
56
58 These are legacy commands available for compatibility only.
59
61 systemd(1), systemctl(1), shutdown(8), wall(1)
62
64 Lennart Poettering <lennart@poettering.net>
65 Developer
66
67
68
69systemd 09/14/2010 HALT(8)