Match the command line utility with the function.
- Use the ping command utility for IPv4 only. —> ping -4
- Use the ping command utility for IPv6 only. —> ping -6
- Use the ping command utility to resolve the address to the hostname. —> ping -a
- Use the ping command utility to continue pinging the target interface until manually stopped. —> ping -t
Explanation: Place the options in the following order:
|