1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-04 03:35:24 +02:00
tldr/pages/linux/acpi.md

29 lines
476 B
Markdown
Raw Normal View History

2019-11-08 00:43:41 +01:00
# acpi
> Shows battery status or thermal information.
> More information: <https://manned.org/acpi>.
2019-11-08 00:43:41 +01:00
- Show battery information:
`acpi`
- Show thermal information:
`acpi {{[-t|--thermal]}}`
2019-11-08 00:43:41 +01:00
- Show cooling device information:
`acpi {{[-c|--cooling]}}`
2019-11-08 00:43:41 +01:00
- Show thermal information in Fahrenheit:
`acpi {{[-tf|--thermal --fahrenheit]}}`
2019-11-08 00:43:41 +01:00
- Show all information:
`acpi {{[-V|--everything]}}`
2020-10-13 02:26:57 +05:00
- Extract information from `/proc` instead of `/sys`:
`acpi {{[-p|--proc]}}`