snippetbashTip
systemctl hybrid-sleep — Put the system into hybrid sleep, which combines suspend-to-RAM and hibernate. More information: <ht
Viewed 0 times
thecommandhybridsystemctl hybrid-sleepcliintoputsystem
linux
Problem
How to use the
systemctl hybrid-sleep command: Put the system into hybrid sleep, which combines suspend-to-RAM and hibernate. More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#hybrid-sleep>.Solution
systemctl hybrid-sleep — Put the system into hybrid sleep, which combines suspend-to-RAM and hibernate. More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#hybrid-sleep>.Put the system into hybrid sleep immediately:
systemctl hybrid-sleepForce hybrid sleep even if inhibitors are present:
systemctl hybrid-sleep {{[-f|--force]}}Put the system into hybrid sleep without sending a wall message to logged-in users:
systemctl hybrid-sleep --no-wallCode Snippets
Put the system into hybrid sleep immediately
systemctl hybrid-sleepForce hybrid sleep even if inhibitors are present
systemctl hybrid-sleep {{[-f|--force]}}Put the system into hybrid sleep without sending a wall message to logged-in users
systemctl hybrid-sleep --no-wallContext
tldr-pages: linux/systemctl hybrid-sleep
Revisions (0)
No revisions yet.