1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 12:35:24 +02:00

shutdown: add Italian translation (#7320)

This commit is contained in:
Triad 2021-11-01 13:38:35 +01:00 committed by GitHub
parent 0495a129cf
commit 5fef26fc10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,24 @@
# 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 now`
- Riavvia il sistema in 5 minuti:
`shutdown -r +{{5}} &`
- Spegni il sistema alle 13:
`shutdown -h 13:00`
- Annulla un'operazione programmata di riavvio o spegnimento:
`shutdown -c`