snippetbashTip
systemctl hibernate — Hibernate the system by saving the current state to disk and powering off. More information: <https:
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 hibernateForce hibernation even if inhibitors are present:
systemctl hibernate {{[-f|--force]}}Hibernate the system without sending a message to logged-in users:
systemctl hibernate --no-wallCode Snippets
Hibernate the system immediately
systemctl hibernateForce hibernation even if inhibitors are present
systemctl hibernate {{[-f|--force]}}Hibernate the system without sending a message to logged-in users
systemctl hibernate --no-wallContext
tldr-pages: linux/systemctl hibernate
Revisions (0)
No revisions yet.