Files
tldr/pages.zh/linux/acpi.md

28 lines
385 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# acpi
> 显示电池状态或温度信息。
> 更多信息:<https://sourceforge.net/projects/acpiclient/files/acpiclient/>.
- 显示电池信息:
`acpi`
- 显示温度信息:
`acpi -t`
- 显示冷却设备信息:
`acpi -c`
- 以华氏度显示温度信息:
`acpi -tf`
- 显示所有信息:
`acpi -V`
-`/proc` 提取信息,而不是 `/sys`
`acpi -p`