tldr/pages/linux/halt.md

12 lines
117 B
Markdown
Raw Normal View History

2016-05-27 16:47:57 +01:00
# halt
> Power off or reboot the machine.
- Power the machine off:
`halt`
- Reboot the machine:
`halt --reboot`