Skip to content

Latest commit

 

History

History
21 lines (21 loc) · 523 Bytes

README.md

File metadata and controls

21 lines (21 loc) · 523 Bytes

Nslookup

Nslookup is a command used to find the IP address of Domain name.

nslookup google.com

Alt text

Hostname

Hostname is a command that is used to display system host name.

hostname

ping

Ping is command that is used to test connection between two devices. It sends ICMP ECHO_REQUEST and receive ICMP ECHO_RESPONSE from a host or gateway.

ping google.com

Netstat

Netstat is command that is used to show detail information about network connection.

netstat