mirror of https://github.com/CrimsonTome/tldr.git
29 lines
494 B
Markdown
29 lines
494 B
Markdown
# acpi
|
|
|
|
> Zeigt den Akkustatus oder Temperatur-Informationen an.
|
|
> Weitere Informationen: <https://sourceforge.net/projects/acpiclient/files/acpiclient/>.
|
|
|
|
- Zeige Informationen über den Akku an:
|
|
|
|
`acpi`
|
|
|
|
- Zeige Informationen zur Temperatur an:
|
|
|
|
`acpi -t`
|
|
|
|
- Zeige Informationen über die Kühlung an:
|
|
|
|
`acpi -c`
|
|
|
|
- Zeige Temperatur-Informationen in Fahrenheit an:
|
|
|
|
`acpi -tf`
|
|
|
|
- Zeige alle Informationen an:
|
|
|
|
`acpi -V`
|
|
|
|
- Extrahiere Informationen von `/proc`, anstatt von `/sys`:
|
|
|
|
`acpi -p`
|