Linux Suspend / Hibernate Functionality Support
Q. Does any Linux distribution support suspend or hibernate functionality?
A. Yes, almost all modern Linux distribution supports suspend or hibernate functionality. In the Linux kernel, Hibernate or suspend-to-disk, suspend-to-ram, suspend-to-file is implemented by swsusp which is built into the 2.6 series.
Hibernate is a feature where the contents of RAM is written to the hard disk (as either a file or on a separate partition) before powering off the system. Later the system can be restored to the state it was in when hibernation was invoked, so that programs can continue executing as if nothing happened. Hibernating and restoring from hibernate is also generally faster than a hard reboot and, if necessary, can be done without user interaction.
I've personally tested following distributions:
+ Red Hat Enterprise Linux 5 ( desktop edition )
+ Debian Linux
+ Fedora Linux
+ Ubuntu Linux
How to suspend and hibernate a laptop under Linux
=> Click on Shutdown > Select Suspend or Hibernate as per requirement.
More information:
- TuxOnIce for Linux - TuxOnIce is most easily described as the Linux equivalent of Windows' hibernate functionality. It saves the contents of memory to disk and powers down. When the computer is started up again, it reloads the contents and the user can continue from where they left off. No documents need to be reloaded or applications reopened and the process is much faster than a normal shutdown and start up.
- Suspend - This project develops user space tools used for hibernation (suspend-to-disk) and suspend (suspend-to-RAM or standby) on Linux systems.
E-mail this to a friend
Printable version
Related Other Helpful FAQs:
- How to find out if Advanced Power Management support available or not under Linux
- Install Language support in CentOS 5 or Red Hat Enterprise Linux
- Linux change the directory for kdump to put its vmcore files
- Lighttpd as you compiled without pcre support error and solution
- Howto: FreeBSD configure or use mouse to copy and paste at a terminal
Discussion on This FAQ
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!
Tags: desktop edition, distribution support, distributions, enterprise linux, fedora linux, Hibernate, linux distribution, linux kernel, linux systems, red hat enterprise, Suspend




June 6th, 2008 at 4:51 am
is there any command(e.g, shutdown -xyz) to Hibernate/Suspend Linux without going into init 5(GUI) as we are explicitly use init 3 and never use GUI ?
June 6th, 2008 at 2:32 pm
Hi,
On my Ubuntu system, I can run /etc/acpi/hibernate.sh from the command line. Works like a charm.
June 9th, 2008 at 10:19 am
is there any equivalent command/script for RHEL/CENT OS ?
August 6th, 2008 (5 weeks ago) at 5:11 am
the problem seems less a matter of getting into suspend and hybernate modes, but more getting OUT of same.