1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 12:02:08 +02:00
tldr/pages.zh/linux/acpi.md
WhiredPlanck 66da99825c
acpi, flatpak, i3, iptables: add Chinese translation (#5061)
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2021-01-01 17:26:50 -05:00

28 lines
414 B
Markdown

# acpi
> 显示电池状态或热量信息。
> 更多信息:<https://sourceforge.net/projects/acpiclient/files/acpiclient/>.
- 显示电池信息:
`acpi`
- 显示热量(温度)信息:
`acpi -t`
- 显示冷却设备信息:
`acpi -c`
- 用华氏度单位显示热量(温度)信息:
`acpi -tf`
- 显示所有信息:
`acpi -V`
-`/proc` 而非 `/sys` 中提取信息:
`acpi -p`