snippetbashTip
systemctl suspend — Suspend the system. More information: <https://www.freedesktop.org/software/systemd/man/latest/syste
Viewed 0 times
thecommandcliinformationsuspendsystemctl suspendmoresystem
linux
Problem
How to use the
systemctl suspend command: Suspend the system. More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#suspend>.Solution
systemctl suspend — Suspend the system. More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#suspend>.Suspend the system immediately:
systemctl suspendSchedule a suspend after a 5 minute delay:
sleep 300 && systemctl suspendSuspend the system and then hibernate after a delay:
systemctl hybrid-sleepCode Snippets
Suspend the system immediately
systemctl suspendSchedule a suspend after a 5 minute delay
sleep 300 && systemctl suspendSuspend the system and then hibernate after a delay
systemctl hybrid-sleepContext
tldr-pages: linux/systemctl suspend
Revisions (0)
No revisions yet.