2022-10-02 20:38:23 +01:00
|
|
|
# halt
|
|
|
|
|
2023-12-15 01:49:58 +00:00
|
|
|
> Hentikan seluruh proses dan jalannya CPU dalam sistem komputer.
|
2023-10-03 04:26:53 +01:00
|
|
|
> Informasi lebih lanjut: <https://manned.org/halt.8>.
|
2022-10-02 20:38:23 +01:00
|
|
|
|
2023-12-15 01:49:58 +00:00
|
|
|
- Hentikan sistem komputer:
|
2022-10-02 20:38:23 +01:00
|
|
|
|
|
|
|
`halt`
|
|
|
|
|
|
|
|
- Matikan sistem (sama seperti `poweroff`):
|
|
|
|
|
|
|
|
`halt --poweroff`
|
|
|
|
|
2023-12-15 01:49:58 +00:00
|
|
|
- Nyalakan ulang sistem (sama seperti `reboot`):
|
2022-10-02 20:38:23 +01:00
|
|
|
|
|
|
|
`halt --reboot`
|
|
|
|
|
2023-12-15 01:49:58 +00:00
|
|
|
- Hentikan sistem secara segera tanpa menghubungi manajer sistem:
|
2022-10-02 20:38:23 +01:00
|
|
|
|
2023-12-15 01:49:58 +00:00
|
|
|
`halt --force`
|
2022-10-02 20:38:23 +01:00
|
|
|
|
|
|
|
- Tulis entri wtmp shutdown tanpa menghentikan sistem:
|
|
|
|
|
|
|
|
`halt --wtmp-only`
|