tldr/pages/linux/acpi.md

29 lines
421 B
Markdown
Raw Normal View History

2019-11-07 23:43:41 +00:00
# acpi
> Shows battery status or thermal information.
2020-10-12 22:26:57 +01:00
> More information: <https://sourceforge.net/projects/acpiclient/files/acpiclient/>.
2019-11-07 23:43:41 +00:00
- Show battery information:
`acpi`
- Show thermal information:
`acpi -t`
- Show cooling device information:
`acpi -c`
- Show thermal information in Fahrenheit:
`acpi -tf`
- Show all information:
`acpi -V`
2020-10-12 22:26:57 +01:00
- Extract information from `/proc` instead of `/sys`:
`acpi -p`