Bash : Script Ping

De www.yakakliker.org
Révision datée du 17 février 2025 à 17:45 par Administrateur (discussion | contributions)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)
#!/bin/bash
 
IP="8.8.8.8" # Replace with the IP address you want to ping
COUNT=1 # Number of ping attempts
 
if ping -c $COUNT $IP > /dev/null 2>&1; then
  echo "Ping to $IP was successful."
else
  echo "Ping to $IP failed."
fi

Liens

https://tecadmin.net/check-network-connectivity-using-ping-in-shell-scripts/

compteur web gratuit sans pub