Create halt.md

This commit is contained in:
Dylan Rees 2016-05-27 11:47:57 -04:00
parent c6204fd559
commit 773e3f95fc

11
pages/linux/halt.md Normal file
View File

@ -0,0 +1,11 @@
# halt
> Power off or reboot the machine.
- Power the machine off:
`halt`
- Reboot the machine:
`halt --reboot`