acpi, adduser, cp, fsck, halt, lsmod, lsusb, mkfs, modinfo, modprobe, pidof, poweroff: add Italian translation

This commit is contained in:
Andrea
2020-10-25 16:22:31 +01:00
committed by Starbeamrainbowlabs
parent 6155aa9a2a
commit 78a1f4ce6b
12 changed files with 224 additions and 0 deletions

16
pages.it/linux/halt.md Normal file
View File

@@ -0,0 +1,16 @@
# 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`