How to look up an IP from a DNS in Ubuntu Linux
Posted by vntutor on May 31, 2007
This is a small tip which shows you how to know an IP address of a given domain name. The commonly used way is command ping. Let’s have a look to how it works.
ping vntutor.blogspot.com
Output:
PING blogspot.l.google.com (72.14.207.191) 56(84) bytes of data.
I can alternatively use another way to do that by using command host as the following