Files
nexus/wiki/concepts/待机-Suspend.md
2026-04-17 08:38:12 +08:00

796 B

title, type, tags, date
title type tags date
待机 (Suspend) concept
systemd
power-management
linux
2026-04-17

Aliases

  • suspend

Definition

Linux 系统电源状态之一,系统进入低功耗睡眠模式,内存保持供电以维持数据。

Key Properties

  • 休眠 (Hibernate) 的区别:待机保持内存供电,休眠完全断电
  • 系统进入睡眠状态,功耗降低
  • 唤醒速度快(直接从内存恢复数据)
  • systemctl suspend:手动进入待机
  • systemctl mask suspend.target:禁用待机功能
  • systemctl mask sleep.target:禁用睡眠功能(包含待机、休眠、混合睡眠)

Use Cases

  • 短时间不使用笔记本时
  • 保持工作状态,快速恢复

Connections