If you want to ping a host to see if it's active, but only want to send 3 packets, what command would you use?
ping 3 hostname
ping hostname -3
ping -n 3 hostname
ping -c 3 hostname