mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-05 11:53:48 +02:00
acpi: add French translation (#7857)
This commit is contained in:
parent
c12a5c8433
commit
e950f4a080
1 changed files with 28 additions and 0 deletions
28
pages.fr/linux/acpi.md
Normal file
28
pages.fr/linux/acpi.md
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# acpi
|
||||||
|
|
||||||
|
> Affiche l'état de la batterie ou des renseignements sur la température.
|
||||||
|
> Plus d'informations : <https://sourceforge.net/projects/acpiclient/files/acpiclient/>.
|
||||||
|
|
||||||
|
- Affiche les informations sur la batterie :
|
||||||
|
|
||||||
|
`acpi`
|
||||||
|
|
||||||
|
- Affiche les informations sur la température :
|
||||||
|
|
||||||
|
`acpi -t`
|
||||||
|
|
||||||
|
- Afficher les informations sur le dispositif de refroidissement :
|
||||||
|
|
||||||
|
`acpi -c`
|
||||||
|
|
||||||
|
- Afficher les informations sur le dispositif de refroidissement en Fahrenheit :
|
||||||
|
|
||||||
|
`acpi -tf`
|
||||||
|
|
||||||
|
- Afficher toutes les informations :
|
||||||
|
|
||||||
|
`acpi -V`
|
||||||
|
|
||||||
|
- Extraye les informations depuis `/proc` au lieu de `/sys` :
|
||||||
|
|
||||||
|
`acpi -p`
|
Loading…
Add table
Reference in a new issue