Examples (3)
Suspend the system immediately
Schedule a suspend after a 5 minute delay
sleep 300 && systemctl suspendSuspend the system and then hibernate after a delay
made by @shridhargupta | data from tldr-pages
Suspend the system immediately
Schedule a suspend after a 5 minute delay
sleep 300 && systemctl suspendSuspend the system and then hibernate after a delay