Which command sends four ICMP probes to the host named target?
target
nmap -c 4 target
ping -c 4 target
ping target
telnet -c 4 target