From 64e259cb783ce9d767ac8feefd84a1088b1cc985 Mon Sep 17 00:00:00 2001
From: andran777 <86196800+andran777@users.noreply.github.com>
Date: Sat, 20 Aug 2022 00:33:19 +0530
Subject: [PATCH] Add ping resources (#1564)
---
.../101-live-in-terminal/112-ping.md | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/112-ping.md b/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/112-ping.md
index 241f675e7..12764822c 100644
--- a/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/112-ping.md
+++ b/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/112-ping.md
@@ -1 +1,9 @@
-# Ping
\ No newline at end of file
+# ping
+
+`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.
+
+It has the following syntax: `$ ping [OPTIONS] DESTINATION` e.g. `$ ping roadmap.sh`
+
+Free Content
+What is ping command?
+ping command with examples
\ No newline at end of file