# pfexec uadmin 3 20
The system suspends after performing this step.
Wake up the system by pressing the power button.
System resumes after pressing the power button.
Wake up the system by pressing any key on the keyboard.
System resumes after pressing any key on the keyboard.
Wake up the system by setting an alarm.
To set an alarm, type the following command in the terminal before performing the suspend operation.
# echo "rtc_wake/W5" | mdb -kw
W5 indicates that the system will be awakened after 5 seconds
To cancel the alarm that is set, type the following command in the terminal.
# echo "rtc_wake/W0" | mdb -kw"
System resumes automatically after the time you set earlier.
Wake up the system through the Wake on LAN method.
System resumes after receiving Wake on LAN magic packet.