mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
29 lines
443 B
Markdown
29 lines
443 B
Markdown
![]() |
# acpi
|
||
|
|
||
|
> Tampilkan status baterai atau informasi suhu.
|
||
|
> Informasi lebih lanjut: <https://sourceforge.net/projects/acpiclient/files/acpiclient/>.
|
||
|
|
||
|
- Tampilkan informasi baterai:
|
||
|
|
||
|
`acpi`
|
||
|
|
||
|
- Tampilkan informasi suhu:
|
||
|
|
||
|
`acpi -t`
|
||
|
|
||
|
- Tampilkan informasi perangkat pendingin:
|
||
|
|
||
|
`acpi -c`
|
||
|
|
||
|
- Tampilkan informasi suhu dalam Fahrenheit:
|
||
|
|
||
|
`acpi -tf`
|
||
|
|
||
|
- Tampilkan semua informasi:
|
||
|
|
||
|
`acpi -V`
|
||
|
|
||
|
- Ekstrak informasi dari `/proc` daripada `/sys`:
|
||
|
|
||
|
`acpi -p`
|