diff --git a/pages/common/ping.md b/pages/common/ping.md index 9fdabf1ae..ae524a9cf 100644 --- a/pages/common/ping.md +++ b/pages/common/ping.md @@ -17,3 +17,7 @@ - Ping host without trying to lookup symbolic names for addresses: `ping -n {{host}}` + +- Ping host and ring the bell when a packet is received (if your terminal supports it): + +`ping -a {{host}}`