Skip to content

Instantly share code, notes, and snippets.

@mondwan
Created March 5, 2015 14:51
Show Gist options
  • Save mondwan/10e7b3340a04676e6ddb to your computer and use it in GitHub Desktop.
Save mondwan/10e7b3340a04676e6ddb to your computer and use it in GitHub Desktop.
Different commands for looking up name server information
# Look up hostname using dns
host linuxfoundation.org
# To look up name server interactively
nslookup linuxfoundation.org
# To look up domain name server information from the name server
dig linuxfoundation.org
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment