HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

acpi — Show battery status or thermal information. More information: <https://manned.org/acpi>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandbatteryshowstatuscliinformationacpithermal
linux

Problem

How to use the acpi command: Show battery status or thermal information. More information: <https://manned.org/acpi>.

Solution

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]}}

Code Snippets

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]}}

Context

tldr-pages: linux/acpi

Revisions (0)

No revisions yet.