snippetbashTip
acpi — Show battery status or thermal information. More information: <https://manned.org/acpi>.
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:
acpiShow 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
acpiShow 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.