Command Description for Suspending (Standby) in Linux

  

/********************************** *********************************** * Author : Samson * Date : 04/28/2014 * Test platform : * 3.11.0-12-generic #19-Ubuntu * GNU bash, version 4.2.45 * **************************** ***************************************/
There is a hang in Linux ( The command that is standby is:

rtcwake

For more help on this command, you can do it at the command terminal man:

man rtcwake

About this Examples of simple use of commands are as follows:

rtcwake -m mem -s 60

Indicates that the current system state information, etc., is saved to memory when the system is suspended. The suspend time is 60 seconds, that is, wake up automatically after 60 seconds;

Copyright © Windows knowledge All Rights Reserved