Created
March 5, 2015 14:51
-
-
Save mondwan/10e7b3340a04676e6ddb to your computer and use it in GitHub Desktop.
Different commands for looking up name server 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
# 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