What is Linux ping Command?
-a | Make ping audible. Beep each time response is received. |
-b | Ping a broadcast address. |
-c count | Stop after sending count ECHO_REQUEST packets. With deadline option, ping waits for count ECHO_REPLY packets, until the timeout expires. |
-n | Show network addresses as numbers. ping normally displays addresses as host names. |
-q | Quiet output—nothing is displayed except the summary lines at startup time and when finished. |
-i | Specify the interval between successive transmissions. The default is one second. |
-t | Set the IP Time to Live to n seconds. |
-w | Exit ping after n seconds. |