1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.it/linux/shutdown.md
Managor a70b923d8f
*: add option placeholders to translations (#15933)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
2025-03-19 00:36:34 +02:00

24 lines
432 B
Markdown

# shutdown
> Spegni e riavvia il sistema.
> Maggiori informazioni: <https://manned.org/shutdown.8>.
- Spegni il sistema immediatamente:
`shutdown -h now`
- Riavvia il sistema immediatamente:
`shutdown {{[-r|--reboot]}} now`
- Riavvia il sistema in 5 minuti:
`shutdown {{[-r|--reboot]}} +{{5}} &`
- Spegni il sistema alle 13:
`shutdown -h 13:00`
- Annulla un'operazione programmata di riavvio o spegnimento:
`shutdown -c`