tldr/pages/linux/halt.md

16 lines
163 B
Markdown
Raw Normal View History

2016-05-27 16:47:57 +01:00
# halt
2020-10-07 12:38:05 +01:00
> Halt, power-off or reboot the machine.
2016-05-27 16:47:57 +01:00
2020-10-07 12:38:05 +01:00
- Halt the machine:
2016-05-27 16:47:57 +01:00
`halt`
2020-10-07 12:38:05 +01:00
- Power the machine off:
`halt --poweroff`
2016-05-27 16:47:57 +01:00
- Reboot the machine:
`halt --reboot`