mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
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`
|