ping Flashcards
1
Q
Change wait between sending packets interval
A
ping -i
2
Q
Ping localhost (check whether local network is up and running>
A
ping 0
3
Q
Send n packets and stop
A
ping -c <address>
4
Q
Print only ping command summary stats
A
ping -c -q <address>
5
Q
Change ping packet size
A
ping -s <address>
Like in $ ping -s 100 localhost
PING localhost (127.0.0.1) 100(128) bytes of data.
6
Q
Specify path for ping to send the packet
A
ping hop1 hop2 hop3 .. hopN destination as IP . If one of hops is unreachable, ping will fail.