Skip to content

Instantly share code, notes, and snippets.

@sankars
Created June 20, 2014 11:15
Show Gist options
  • Save sankars/4650198556f9b5808b69 to your computer and use it in GitHub Desktop.
Save sankars/4650198556f9b5808b69 to your computer and use it in GitHub Desktop.
Command used to find network related information
## From http://stackoverflow.com/questions/657482/how-to-find-host-name-from-ip-with-out-login-to-the-host
nslookup hostname
nslookup ipaddr
## To find the process using a port
netstat -anp | grep port
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment