mirror of https://github.com/CrimsonTome/tldr.git
12 lines
117 B
Markdown
12 lines
117 B
Markdown
|
# halt
|
||
|
|
||
|
> Power off or reboot the machine.
|
||
|
|
||
|
- Power the machine off:
|
||
|
|
||
|
`halt`
|
||
|
|
||
|
- Reboot the machine:
|
||
|
|
||
|
`halt --reboot`
|