
ping6
List of commands for ping6:
-
ping6:tldr:76bdf ping6: Ping a host without trying to lookup symbolic names for addresses.$ ping6 -n ${host}try on your machineexplain this command
-
ping6:tldr:91a6b ping6: Ping a host only a specific number of times.$ ping6 -c ${count} ${host}try on your machineexplain this command
-
ping6:tldr:acea9 ping6: Ping a host and ring the bell when a packet is received (if your terminal supports it).$ ping6 -a ${host}try on your machineexplain this command
-
ping6:tldr:cc2a1 ping6: Ping a host, specifying the interval in seconds between requests (default is 1 second).$ ping6 -i ${seconds} ${host}try on your machineexplain this command