halt, poweroff, reboot: add Indonesian translation (#8574)

This commit is contained in:
frost
2022-10-03 02:38:23 +07:00
committed by GitHub
parent 7d0058f18a
commit bbbe609a6d
3 changed files with 72 additions and 0 deletions

24
pages.id/linux/reboot.md Normal file
View File

@@ -0,0 +1,24 @@
# reboot
> Reboot sistem.
> Informasi lebih lanjut: <https://www.man7.org/linux/man-pages/man8/reboot.8.html>.
- Reboot sistem:
`reboot`
- Matikan sistem (sama seperti `poweroff`):
`reboot --poweroff`
- Hentikan sistem (sama seperti `halt`):
`reboot --halt`
- Reboot segera tanpa menghubungi manajer sistem:
`reboot --force --force`
- Tulis entri wtmp shutdown tanpa me-reboot sistem:
`reboot --wtmp-only`