Put Linux into sleep from command line
Linux provides sysfs interface to power management / sleep states. Available states are represented by strings that can be found in /sys/power/state file: # cat /sys/power/state freeze mem disk Available […]
Linux provides sysfs interface to power management / sleep states. Available states are represented by strings that can be found in /sys/power/state file: # cat /sys/power/state freeze mem disk Available […]