1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

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`