mirror of https://github.com/CrimsonTome/tldr.git
25 lines
386 B
Markdown
25 lines
386 B
Markdown
# halt
|
|
|
|
> Hentikan sistem.
|
|
> Informasi lebih lanjut: <https://manned.org/halt.8>.
|
|
|
|
- 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`
|