2018-11-20 04:01:29 +00:00
|
|
|
# poweroff
|
|
|
|
|
2021-03-25 12:46:40 +00:00
|
|
|
> Power off the system.
|
|
|
|
> More information: <https://www.man7.org/linux/man-pages/man8/poweroff.8.html>.
|
2018-11-20 04:01:29 +00:00
|
|
|
|
2021-03-25 12:46:40 +00:00
|
|
|
- Power off the system:
|
2018-11-20 04:01:29 +00:00
|
|
|
|
2021-03-25 12:46:40 +00: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:
|
|
|
|
|
|
|
|
`poweroff --force --force`
|
|
|
|
|
|
|
|
- Write the wtmp shutdown entry without shutting down the system:
|
|
|
|
|
|
|
|
`poweroff --wtmp-only`
|