tldr/pages/linux/halt.md
2016-05-27 11:47:57 -04:00

12 lines
117 B
Markdown

# halt
> Power off or reboot the machine.
- Power the machine off:
`halt`
- Reboot the machine:
`halt --reboot`