1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-28 23:44:54 +02:00
tldr/pages/linux/acpi.md
Francisco Moreno Vilchez 46343b157d acpi: add page (#3477)
2019-11-07 23:43:41 +00:00

23 lines
270 B
Markdown

# acpi
> Shows battery status or thermal information.
- 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`