Created
June 20, 2014 11:15
-
-
Save sankars/4650198556f9b5808b69 to your computer and use it in GitHub Desktop.
Command used to find network related information
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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