1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-31 02:13:35 +02:00

Merge pull request #901 from dylanrees/patch-3

Create halt.md
This commit is contained in:
Leandro Ostera 2016-05-27 20:20:30 +02:00
commit df845014a0

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`