2016-05-27 16:47:57 +01:00
|
|
|
# halt
|
|
|
|
|
2021-03-25 12:46:40 +00:00
|
|
|
> Halt the system.
|
2023-10-03 04:26:53 +01:00
|
|
|
> More information: <https://manned.org/halt.8>.
|
2016-05-27 16:47:57 +01:00
|
|
|
|
2021-03-25 12:46:40 +00:00
|
|
|
- Halt the system:
|
2016-05-27 16:47:57 +01:00
|
|
|
|
|
|
|
`halt`
|
|
|
|
|
2021-03-25 12:46:40 +00:00
|
|
|
- Power off the system (same as `poweroff`):
|
2020-10-07 12:38:05 +01:00
|
|
|
|
|
|
|
`halt --poweroff`
|
|
|
|
|
2021-03-25 12:46:40 +00:00
|
|
|
- Reboot the system (same as `reboot`):
|
2016-05-27 16:47:57 +01:00
|
|
|
|
|
|
|
`halt --reboot`
|
2021-03-25 12:46:40 +00:00
|
|
|
|
|
|
|
- Halt immediately without contacting the system manager:
|
|
|
|
|
2023-12-08 17:48:28 +00:00
|
|
|
`halt --force`
|
2021-03-25 12:46:40 +00:00
|
|
|
|
|
|
|
- Write the wtmp shutdown entry without halting the system:
|
|
|
|
|
|
|
|
`halt --wtmp-only`
|