How to get DNS and other domain information from command line

In Linux ubuntu distribution we can use following two utilities for DNS lookup.
  1. host DNS lookup utility 
  2. dig DNS lookup utility
host DNS lookup utility: 
Following is the command: 
host -a julehjulet.reddbarna.no

dig DNS lookup utility: 
Following is the command: 
dig julehjulet.reddbarna.no

Comments