2021-10-12 13:01:48 +01:00
|
|
|
# acpi
|
|
|
|
|
|
|
|
> Zeigt den Akkustatus oder Temperatur-Informationen an.
|
2022-01-29 20:17:39 +00:00
|
|
|
> Weitere Informationen: <https://sourceforge.net/projects/acpiclient/files/acpiclient/>.
|
2021-10-12 13:01:48 +01:00
|
|
|
|
|
|
|
- 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`
|