halt, poweroff, reboot: add Indonesian translation (#8574)
This commit is contained in:
24
pages.id/linux/halt.md
Normal file
24
pages.id/linux/halt.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# halt
|
||||
|
||||
> Hentikan sistem.
|
||||
> Informasi lebih lanjut: <https://www.man7.org/linux/man-pages/man8/halt.8.html>.
|
||||
|
||||
- Hentikan sistem:
|
||||
|
||||
`halt`
|
||||
|
||||
- Matikan sistem (sama seperti `poweroff`):
|
||||
|
||||
`halt --poweroff`
|
||||
|
||||
- Reboot sistem (sama seperti `reboot`):
|
||||
|
||||
`halt --reboot`
|
||||
|
||||
- Berhenti segera tanpa menghubungi manajer sistem:
|
||||
|
||||
`halt --force --force`
|
||||
|
||||
- Tulis entri wtmp shutdown tanpa menghentikan sistem:
|
||||
|
||||
`halt --wtmp-only`
|
Reference in New Issue
Block a user