mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* pages./: Automatically add alias pages Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * pages./: Automatically add links Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * Fix false positives from script Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
28 lines
479 B
Markdown
28 lines
479 B
Markdown
# acpi
|
|
|
|
> Exibe status da bateria ou informações térmicas.
|
|
> Mais informações: <https://sourceforge.net/projects/acpiclient/files/acpiclient/>.
|
|
|
|
- Exibe informações sobre a bateria:
|
|
|
|
`acpi`
|
|
|
|
- Exibe informações térmicas:
|
|
|
|
`acpi -t`
|
|
|
|
- Exibe informações sobre dispositivo de resfriamento:
|
|
|
|
`acpi -c`
|
|
|
|
- Exibe informações térmicas em Fahrenheit:
|
|
|
|
`acpi -tf`
|
|
|
|
- Exibe todas as informações:
|
|
|
|
`acpi -V`
|
|
|
|
- Extrai informações de `/proc` em vez de `/sys`:
|
|
|
|
`acpi -p`
|