mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-13 06:35:46 +02:00
halt, poweroff, reboot: add Indonesian translation (#8574)
This commit is contained in:
parent
7d0058f18a
commit
bbbe609a6d
3 changed files with 72 additions and 0 deletions
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`
|
24
pages.id/linux/poweroff.md
Normal file
24
pages.id/linux/poweroff.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# poweroff
|
||||
|
||||
> Matikan sistem.
|
||||
> Informasi lebih lanjut: <https://www.man7.org/linux/man-pages/man8/poweroff.8.html>.
|
||||
|
||||
- Matikan sistem:
|
||||
|
||||
`poweroff`
|
||||
|
||||
- Hentikan sistem (sama seperti `halt`):
|
||||
|
||||
`poweroff --halt`
|
||||
|
||||
- Reboot sistem (sama seperti `reboot`):
|
||||
|
||||
`poweroff --reboot`
|
||||
|
||||
- Matikan segera tanpa menghubungi manajer sistem:
|
||||
|
||||
`poweroff --force --force`
|
||||
|
||||
- Tulis entri wtmp shutdown tanpa mematikan sistem:
|
||||
|
||||
`poweroff --wtmp-only`
|
24
pages.id/linux/reboot.md
Normal file
24
pages.id/linux/reboot.md
Normal 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`
|
Loading…
Add table
Reference in a new issue