mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
ifconfig: update Dutch translation (#14576)
This commit is contained in:
parent
4d83efa066
commit
a7d292be92
1 changed files with 8 additions and 8 deletions
|
@ -3,22 +3,22 @@
|
|||
> Netwerkinterface-configurator.
|
||||
> Meer informatie: <https://net-tools.sourceforge.io/man/ifconfig.8.html>.
|
||||
|
||||
- Bekijk netwerkinstellingen van een Ethernet-adapter:
|
||||
- Bekijk netwerkinstellingen van een interface:
|
||||
|
||||
`ifconfig eth0`
|
||||
`ifconfig {{interface_naam}}`
|
||||
|
||||
- Toon details van alle interfaces, inclusief uitgeschakelde interfaces:
|
||||
|
||||
`ifconfig -a`
|
||||
|
||||
- Schakel de eth0-interface uit:
|
||||
- Schakel een interface uit:
|
||||
|
||||
`ifconfig eth0 down`
|
||||
`ifconfig {{interface_naam}} down`
|
||||
|
||||
- Schakel de eth0-interface in:
|
||||
- Schakel een interface in:
|
||||
|
||||
`ifconfig eth0 up`
|
||||
`ifconfig {{interface_naam}} up`
|
||||
|
||||
- Ken een IP-adres toe aan de eth0-interface:
|
||||
- Ken een IP-adres toe aan een interface:
|
||||
|
||||
`ifconfig eth0 {{ip_adres}}`
|
||||
`ifconfig {{interface_naam}} {{ip_adres}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue