Linux Ping Command

Chapter: Linux Commands Last Updated: 05-05-2018 17:38:16 UTC

Program:

            /* ............... START ............... */
                
$ ping google.com
PING google.com (94.201.52.76) 56(84) bytes of data.
64 bytes from plus.google.com (94.201.52.76): icmp_req=1 ttl=128 time=172 ms
64 bytes from plus.google.com (94.201.52.76): icmp_req=2 ttl=128 time=164 ms
64 bytes from plus.google.com (94.201.52.76): icmp_req=4 ttl=128 time=165 ms
                /* ............... END ............... */
        

Notes:

  • Ping command in linux is normally used to test the connectivity between the two nodes.
  • If connection is established between the nodes you requested for ping it will give the details packet of information from the connected node.
  • Ping command is used to test the internet connectivity through terminal in linux.
  • If not possible to connect to the node, it will give an error message (Request Timed Out) after a specific time.
Similar Programs Chapter Last Updated
How To Enable Permission On File Linux Ubuntu Linux Commands 26-08-2023
Linux Command To Give All Permissions To A File Linux Commands 24-08-2023
Important Network Commands In Linux Linux Commands 24-08-2023
Important Commands In Linux Linux Commands 24-08-2023
Grep Command In Linux Example Linux Commands 10-05-2023
Traceroute Command In Ubuntu Linux Commands 10-05-2023
Linux Command To Count Number Of Files In A Directory Linux Commands 18-03-2023
Linux Version Command Linux Commands 01-12-2020
Unzip Command In Linux Linux Commands 20-11-2019
Process Command In Linux Linux Commands 16-11-2019
Linux Command To Create Link Linux Commands 15-11-2019
Linux Command To View File Content Linux Commands 25-10-2019
Linux Command To Check OS Version Linux Commands 25-10-2019
Netstat Command In Linux Linux Commands 13-08-2019
Telnet Command In Linux Linux Commands 13-08-2019
Linux Command To Create A File Linux Commands 23-05-2019
Linux echo Command Linux Commands 05-05-2018
Linux ls (List Directory) Command Linux Commands 17-03-2018

1