Merge pull request #901 from dylanrees/patch-3

Create halt.md
waldyrious/alt-syntax
Leandro Ostera 2016-05-27 20:20:30 +02:00
commit df845014a0
1 changed files with 11 additions and 0 deletions

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`