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:
28
pages.nl/common/ping.md
Normal file
28
pages.nl/common/ping.md
Normal 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}}`
|
Reference in New Issue
Block a user