Files
cheatsheet-tldr/tldr/linux/acpi
2025-12-30 00:21:56 +00:00

34 lines
567 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# acpi
> Show battery status or thermal information.
> More information: <https://manned.org/acpi>.
- Show battery information:
`acpi`
- Show thermal information:
`acpi {{[-t|--thermal]}}`
- Show cooling device information:
`acpi {{[-c|--cooling]}}`
- Show thermal information in Fahrenheit:
`acpi {{[-tf|--thermal --fahrenheit]}}`
- Show all information:
`acpi {{[-V|--everything]}}`
- Extract information from `/proc` instead of `/sys`:
`acpi {{[-p|--proc]}}`