Monday, 20 June 2011

Linux command for Sleep State

If you are running without a GUI.
Here's the following command to bring your Linux into sleep state

Sleep
# echo mem > /sys/power/state

Hibernate
# echo disk > /sys/power/state

No comments:

Post a Comment