1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-04 00:35:23 +02:00
tldr/pages.de/linux/acpi.md
2025-05-18 16:18:56 -07:00

28 lines
456 B
Markdown

# acpi
> Zeigt den Akkustatus oder Temperatur-Informationen an.
> Weitere Informationen: <https://manned.org/acpi>.
- 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`