ifconfig: add Dutch translation (#13026)

pull/28/head
Sebastiaan Speck 2024-06-18 15:35:13 +02:00 committed by GitHub
parent f0cc9f4249
commit 4b7d129ce8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
# ifconfig
> Netwerkinterface-configurator.
> Meer informatie: <https://net-tools.sourceforge.io/man/ifconfig.8.html>.
- Bekijk netwerkinstellingen van een Ethernet-adapter:
`ifconfig eth0`
- Toon details van alle interfaces, inclusief uitgeschakelde interfaces:
`ifconfig -a`
- Schakel de eth0-interface uit:
`ifconfig eth0 down`
- Schakel de eth0-interface in:
`ifconfig eth0 up`
- Ken een IP-adres toe aan de eth0-interface:
`ifconfig eth0 {{ip_adres}}`