ifconfig, lua, mkdir: add French translation
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
c4d57dbaa0
commit
7d6ea639f1
24
pages.fr/common/ifconfig.md
Normal file
24
pages.fr/common/ifconfig.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# ifconfig
|
||||
|
||||
> Configurateur des interfaces réseau.
|
||||
|
||||
- Affiche les paramètres de réseau d'un adaptateur ethernet:
|
||||
|
||||
`ifconfig eth0`
|
||||
|
||||
- Affiche les détails de toutes les interfaces, y compris les interfaces
|
||||
désactivées:
|
||||
|
||||
`ifconfig -a`
|
||||
|
||||
- Désactive l'interface eth0:
|
||||
|
||||
`ifconfig eth0 down`
|
||||
|
||||
- Active l'interface eth0:
|
||||
|
||||
`ifconfig eth0 up`
|
||||
|
||||
- Assigne une addresse IP à l'interface eth0:
|
||||
|
||||
`ifconfig eth0 {{addresse_ip}}`
|
Reference in New Issue
Block a user