Linux: Suspend vs. Hibernate

Suspend stops operation of all applications and system state is saved in RAM, the machine go into a low-power mode, in this state, the system still requires power . Various triggers can resume the machine, among them pressing a key or quickly pressing and releasing the power button.

Hibernate Moves the contents of memory into swap, tells the bootloader to boot directly into the appropriate kernel, and shuts the machine down, in this state, the system does not require power. You turn on the machine by powering up, which causes the kernel to reload the contents of memory from swap.

# with systemctl
systemctl suspends/hibernate
# without systemctl
pm-suspend
pm-hibernate

 

posted on 2018-01-20 10:58  三叁  阅读(395)  评论(0编辑  收藏  举报

导航