mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-12 06:35:48 +02:00
16 lines
251 B
Markdown
16 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`
|