2018-11-20 09:31:29 +05:30
|
|
|
# poweroff
|
|
|
|
|
2021-03-25 13:46:40 +01:00
|
|
|
> Power off the system.
|
2024-06-19 17:38:48 +02:00
|
|
|
> More information: <https://www.manned.org/poweroff>.
|
2018-11-20 09:31:29 +05:30
|
|
|
|
2021-03-25 13:46:40 +01:00
|
|
|
- Power off the system:
|
2018-11-20 09:31:29 +05:30
|
|
|
|
2021-03-25 13:46:40 +01:00
|
|
|
`poweroff`
|
|
|
|
|
|
|
|
- Halt the system (same as `halt`):
|
|
|
|
|
|
|
|
`poweroff --halt`
|
|
|
|
|
|
|
|
- Reboot the system (same as `reboot`):
|
|
|
|
|
|
|
|
`poweroff --reboot`
|
|
|
|
|
|
|
|
- Shut down immediately without contacting the system manager:
|
|
|
|
|
2025-03-12 21:05:58 +02:00
|
|
|
`poweroff {{[-f|--force]}}`
|
2021-03-25 13:46:40 +01:00
|
|
|
|
|
|
|
- Write the wtmp shutdown entry without shutting down the system:
|
|
|
|
|
2025-03-12 21:05:58 +02:00
|
|
|
`poweroff {{[-w|--wtmp-only]}}`
|