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

29 lines
421 B
Markdown
Raw Normal View History

2019-11-08 00:43:41 +01:00
# acpi
> Shows battery status or thermal information.
2020-10-13 02:26:57 +05:00
> More information: <https://sourceforge.net/projects/acpiclient/files/acpiclient/>.
2019-11-08 00:43:41 +01: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-13 02:26:57 +05:00
- Extract information from `/proc` instead of `/sys`:
`acpi -p`