linux/a*, cp: add German translation (#6777)

This commit is contained in:
MeerBiene
2021-10-12 14:01:48 +02:00
committed by GitHub
parent 92558e2eb0
commit fb5e4b8305
24 changed files with 500 additions and 0 deletions

28
pages.de/linux/acpi.md Normal file
View File

@@ -0,0 +1,28 @@
# acpi
> Zeigt den Akkustatus oder Temperatur-Informationen an.
> Mehr 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`