Ubuntu Suspend Guide | Generated by AI

Home PDF

In Ubuntu, you can put your system to sleep or hibernate using several methods:

GUI Methods:

Command Line Methods:

# To suspend (sleep)
systemctl suspend

# To hibernate
systemctl hibernate

# To hybrid sleep (combination of both)
systemctl hybrid-sleep

Keyboard Shortcuts:

Important Notes:

If hibernate isn’t working, you may need to enable it first by configuring swap space and editing system settings. Sleep/suspend should work out of the box on most systems.


Back 2025.06.01 Donate