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