mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
34 lines
567 B
Plaintext
34 lines
567 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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]}}`
|