哪个命令会向名为 target 的主机发送 4 个 ICMP 探测包?
target
ping target
telnet -c 4 target
ping -c 4 target
nmap -c 4 target