2022-10-03 02:38:23 +07:00
|
|
|
# halt
|
|
|
|
|
2023-12-15 08:49:58 +07:00
|
|
|
> Hentikan seluruh proses dan jalannya CPU dalam sistem komputer.
|
2023-10-03 08:56:53 +05:30
|
|
|
> Informasi lebih lanjut: <https://manned.org/halt.8>.
|
2022-10-03 02:38:23 +07:00
|
|
|
|
2023-12-15 08:49:58 +07:00
|
|
|
- Hentikan sistem komputer:
|
2022-10-03 02:38:23 +07:00
|
|
|
|
|
|
|
`halt`
|
|
|
|
|
|
|
|
- Matikan sistem (sama seperti `poweroff`):
|
|
|
|
|
2025-03-19 00:36:34 +02:00
|
|
|
`halt {{[-p|--poweroff]}}`
|
2022-10-03 02:38:23 +07:00
|
|
|
|
2023-12-15 08:49:58 +07:00
|
|
|
- Nyalakan ulang sistem (sama seperti `reboot`):
|
2022-10-03 02:38:23 +07:00
|
|
|
|
|
|
|
`halt --reboot`
|
|
|
|
|
2023-12-15 08:49:58 +07:00
|
|
|
- Hentikan sistem secara segera tanpa menghubungi manajer sistem:
|
2022-10-03 02:38:23 +07:00
|
|
|
|
2025-03-19 00:36:34 +02:00
|
|
|
`halt {{[-f|--force]}}`
|
2022-10-03 02:38:23 +07:00
|
|
|
|
|
|
|
- Tulis entri wtmp shutdown tanpa menghentikan sistem:
|
|
|
|
|
2025-03-19 00:36:34 +02:00
|
|
|
`halt {{[-w|--wtmp-only]}}`
|