rtcwake
linux
Enter a system sleep state until specified wakeup time relative to your BIOS clock.
More info →Options (3)
-m, --modebooleanShow whether an alarm is set or not
Example:
sudo rtcwake {{[-m|--mode]}} show {{[-v|--verbose]}}-v, --verbosebooleanShow whether an alarm is set or not
Example:
sudo rtcwake {{[-m|--mode]}} show {{[-v|--verbose]}}-s, --secondsbooleanSuspend to RAM and wakeup after 10 seconds
Example:
sudo rtcwake {{[-m|--mode]}} mem {{[-s|--seconds]}} {{10}}Examples (6)
Suspend to disk (higher power saving) and wakeup 15 minutes later
Freeze the system (more efficient than suspend-to-RAM but version 3.9 or newer of the Linux kernel is required) and wakeup at a given date and time
made by @shridhargupta | data from tldr-pages