1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-04 13:55:23 +02:00
tldr/pages.it/linux/acpi.md

29 lines
472 B
Markdown
Raw Normal View History

# acpi
> Mostra lo stato e le informazioni termiche della batteria.
> Maggiori informazioni: <https://manned.org/acpi>.
- Mostra le informazioni sulla batteria:
`acpi`
- Mostra le informazioni termiche:
`acpi -t`
- Mostra le informazioni sul dispositivo di raffreddamento:
`acpi -c`
- Mostra le informazioni termiche in gradi Fahrenheit:
`acpi -tf`
- Mostra tutte le informazioni:
`acpi -V`
- Estrae le informazioni da `/proc` invece che da `/sys`:
`acpi -p`