mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 23:46:00 +02:00
Add tldr page for ping
This commit is contained in:
parent
7bc5e3c0e2
commit
41ae4ab605
1 changed files with 15 additions and 0 deletions
15
common/ping.md
Normal file
15
common/ping.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# ping
|
||||
|
||||
> send ICMP ECHO_REQUEST packets to network hosts
|
||||
|
||||
- Ping host
|
||||
|
||||
`ping {{host}}`
|
||||
|
||||
- Ping host limiting the number of packages to be send to four
|
||||
|
||||
`ping -c 4 {{host}}`
|
||||
|
||||
- Ping host, waiting for 0.5 s between each request (default is 1 s)
|
||||
|
||||
`ping -i 0.5 {{host}}`
|
Loading…
Add table
Reference in a new issue