1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 01:33:37 +02:00

ifconfig: add Dutch translation (#13026)

This commit is contained in:
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

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}}`