mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 16:42:10 +02:00
11 lines
117 B
Markdown
11 lines
117 B
Markdown
# halt
|
|
|
|
> Power off or reboot the machine.
|
|
|
|
- Power the machine off:
|
|
|
|
`halt`
|
|
|
|
- Reboot the machine:
|
|
|
|
`halt --reboot`
|