1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 21:42:08 +02:00
tldr/pages/linux/acpi.md
2020-10-12 22:26:57 +01:00

28 lines
421 B
Markdown

# acpi
> Shows battery status or thermal information.
> More information: <https://sourceforge.net/projects/acpiclient/files/acpiclient/>.
- 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`
- Extract information from `/proc` instead of `/sys`:
`acpi -p`