InterviewSolution
Saved Bookmarks
| 1. |
What is the ping command? |
|
Answer» Linux ping (Packet Internet Groper) command is a command that is used to check connection status between source and destination. In simple words, this command is used to check whether a network is available and if the HOST is reachable. It can also be used to troubleshoot different connectivity issues, VERIFY connectivity at an IP -level to a SECOND TCP/IP device, and NAME resolution. One can use this command to test both the computer name and IP address of the computer. |
|