>_ linuxcommand.dev
Startseite ping
Network Configuration

ping

Tests the network connection to a host by sending ICMP echo requests.

Ubuntu CentOS Debian Arch SUSE Slackware Alpine Fedora
Verified: 2025-09-22
Syntax
$ping [OPTIONEN] ZIEL
Optionen
-c Anzahl der Pakete
-t Timeout in Sekunden
-s Paketgröße
-i Intervall zwischen Paketen
-q Stille Ausgabe
Examples
$ping google.com
$ping -c 4 192.168.1.1
$ping -t 10 example.com
$ping -s 100 google.com
Typical use cases
?
Standard usage
ping --help
Note Basic network diagnostic tool. Tests reachability and latency.
Export