ping: add Dutch translation and fix typos (#13017)

* ping: add Dutch translation and fix typos

* ping6: add Dutch translation

* Apply suggestions from code review

* Apply suggestions from code review

* Update ping.md

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>

---------

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
This commit is contained in:
Sebastiaan Speck
2024-06-18 22:17:14 +02:00
committed by GitHub
parent 3cdca255a4
commit 3d2229fb34
6 changed files with 92 additions and 12 deletions

28
pages.nl/common/ping.md Normal file
View File

@@ -0,0 +1,28 @@
# ping
> Verstuur ICMP ECHO_REQUEST-pakketten naar netwerkhosts.
> Meer informatie: <https://manned.org/ping>.
- Ping host:
`ping {{host}}`
- Ping een host een specifiek aantal keren:
`ping -c {{aantal}} {{host}}`
- Ping host met een specifiek interval in seconden tussen verzoeken (standaard is 1 seconde):
`ping -i {{seconden}} {{host}}`
- Ping host zonder te proberen symbolische namen voor adressen op te zoeken:
`ping -n {{host}}`
- Ping host en laat een bel afgaan wanneer een pakket wordt ontvangen (als je terminal dit ondersteunt):
`ping -a {{host}}`
- Toon ook een bericht als er geen reactie is ontvangen:
`ping -O {{host}}`