2025-12-16 10:20:31 -07:00
|
|
|
# systemctl hibernate
|
|
|
|
|
|
|
|
|
|
> Hibernate the system by saving the current state to disk and powering off.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#hibernate>.
|
2025-12-16 10:20:31 -07:00
|
|
|
|
|
|
|
|
- Hibernate the system immediately:
|
|
|
|
|
|
|
|
|
|
`systemctl hibernate`
|
|
|
|
|
|
|
|
|
|
- Force hibernation even if inhibitors are present:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`systemctl hibernate {{[-f|--force]}}`
|
2025-12-16 10:20:31 -07:00
|
|
|
|
|
|
|
|
- Hibernate the system without sending a message to logged-in users:
|
|
|
|
|
|
|
|
|
|
`systemctl hibernate --no-wall`
|