ping
# Ping to a host by ip
ping ip_address
# Ping a host only a specific number of times
ping -c <πͺπΆπΌπ΅π»> <ππ’π¦π§>
# Ping to a host, specifying the interval in
# seconds between requests (default is 1 second)
ping -i <π¦πππ’π‘ππ¦> <ππ’π¦π§>
# Ping to a host without trying to lookup symbolic
# names for addresses
ping -n <ππ’π¦π§>
# Ping to a host and ring the bell when a packet
# is received (if your terminal supports it)
ping -a <ππ’π¦π§>
# Display a message if no response was received
ping -O <ππ’π¦π§>
Referencesβ
- tldr. inbrowser.app. (n.d.). https://tldr.inbrowser.app/pages/common/ping