HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

systemctl hibernate — Hibernate the system by saving the current state to disk and powering off. More information: <https:

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandsystemctl hibernatesavingclihibernatesystem
linux

Problem

How to use the systemctl hibernate command: Hibernate the system by saving the current state to disk and powering off. More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#hibernate>.

Solution

systemctl hibernate — Hibernate the system by saving the current state to disk and powering off. More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#hibernate>.

Hibernate the system immediately:
systemctl hibernate


Force hibernation even if inhibitors are present:
systemctl hibernate {{[-f|--force]}}


Hibernate the system without sending a message to logged-in users:
systemctl hibernate --no-wall

Code Snippets

Hibernate the system immediately

systemctl hibernate

Force hibernation even if inhibitors are present

systemctl hibernate {{[-f|--force]}}

Hibernate the system without sending a message to logged-in users

systemctl hibernate --no-wall

Context

tldr-pages: linux/systemctl hibernate

Revisions (0)

No revisions yet.