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

29 lines
796 B
Markdown

---
title: "待机 (Suspend)"
type: concept
tags: [systemd, power-management, linux]
date: 2026-04-17
---
## Aliases
- suspend
## Definition
Linux 系统电源状态之一,系统进入低功耗睡眠模式,内存保持供电以维持数据。
## Key Properties
- 与 [[休眠 (Hibernate)]] 的区别:待机保持内存供电,休眠完全断电
- 系统进入睡眠状态,功耗降低
- 唤醒速度快(直接从内存恢复数据)
## Related Commands
- `systemctl suspend`:手动进入待机
- `systemctl mask suspend.target`:禁用待机功能
- `systemctl mask sleep.target`:禁用睡眠功能(包含待机、休眠、混合睡眠)
## Use Cases
- 短时间不使用笔记本时
- 保持工作状态,快速恢复
## Connections
- control_by → [[systemd-logind]]