mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 18:26:00 +02:00
ifconfig: add spaces before colons
This commit is contained in:
parent
5d9134b944
commit
8899a482ca
1 changed files with 5 additions and 5 deletions
|
@ -2,23 +2,23 @@
|
||||||
|
|
||||||
> Configurateur des interfaces réseau.
|
> Configurateur des interfaces réseau.
|
||||||
|
|
||||||
- Affiche les paramètres de réseau d'un adaptateur ethernet:
|
- 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
|
- Affiche les détails de toutes les interfaces, y compris les interfaces
|
||||||
désactivées:
|
désactivées :
|
||||||
|
|
||||||
`ifconfig -a`
|
`ifconfig -a`
|
||||||
|
|
||||||
- Désactive l'interface eth0:
|
- Désactive l'interface eth0 :
|
||||||
|
|
||||||
`ifconfig eth0 down`
|
`ifconfig eth0 down`
|
||||||
|
|
||||||
- Active l'interface eth0:
|
- Active l'interface eth0 :
|
||||||
|
|
||||||
`ifconfig eth0 up`
|
`ifconfig eth0 up`
|
||||||
|
|
||||||
- Assigne une addresse IP à l'interface eth0:
|
- Assigne une addresse IP à l'interface eth0 :
|
||||||
|
|
||||||
`ifconfig eth0 {{addresse_ip}}`
|
`ifconfig eth0 {{addresse_ip}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue