1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-23 17:34:44 +02:00

devops networking fix ping typo (#7142)

Changed URL with hostname
This commit is contained in:
Carl Walsh
2024-09-17 01:54:03 -07:00
committed by GitHub
parent ade4b279e4
commit 12077bb8f2

View File

@@ -17,7 +17,7 @@ Networking tools are used to troubleshoot network issues. They are also used to
- [How to Run Traceroute in Linux](https://linuxhint.com/run_traceroute_linux/)
`ping` (**P**acket **In**ternet **G**roper) command is used to check the network connectivity between host and server/host. This command takes as input the IP address or the URL and sends a data packet to the specified address with the message “PING” and get a response from the server/host this time is recorded which is called latency.
`ping` (**P**acket **In**ternet **G**roper) command is used to check the network connectivity between host and server/host. This command takes as input the IP address or hostname and sends a data packet to the specified address with the message “PING” and get a response from the server/host this time is recorded which is called latency.
- [What is ping command?](https://linuxize.com/post/linux-ping-command/)