mirror of https://github.com/CrimsonTome/tldr.git
17 lines
251 B
Markdown
17 lines
251 B
Markdown
|
# halt
|
||
|
|
||
|
> Arresta, spegne o riavvia la macchina.
|
||
|
> Maggiori informazioni: <https://www.freedesktop.org/software/systemd/man/halt.html>.
|
||
|
|
||
|
- Arresta la macchina:
|
||
|
|
||
|
`halt`
|
||
|
|
||
|
- Spegne la macchina:
|
||
|
|
||
|
`halt --poweroff`
|
||
|
|
||
|
- Riavvia la macchina:
|
||
|
|
||
|
`halt --reboot`
|