pages.fr: update outdated pages (#11842)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
- Affiche les paramètres de réseau d'un adaptateur ethernet :
|
||||
|
||||
`ifconfig {{eth0}}`
|
||||
`ifconfig eth0`
|
||||
|
||||
- Affiche les détails de toutes les interfaces, y compris les interfaces désactivées :
|
||||
|
||||
@@ -13,12 +13,12 @@
|
||||
|
||||
- Désactive l'interface eth0 :
|
||||
|
||||
`ifconfig {{eth0}} down`
|
||||
`ifconfig eth0 down`
|
||||
|
||||
- Active l'interface eth0 :
|
||||
|
||||
`ifconfig {{eth0}} up`
|
||||
`ifconfig eth0 up`
|
||||
|
||||
- Assigne une adresse IP à l'interface eth0 :
|
||||
|
||||
`ifconfig {{eth0}} {{addresse_ip}}`
|
||||
`ifconfig eth0 {{addresse_ip}}`
|
||||
|
Reference in New Issue
Block a user