Linux命令将DomainName转换为IP

时间:2010-10-18 20:26:10

标签: linux ip domain-name

是否有任何Linux命令将域名转换为IP?

2 个答案:

答案 0 :(得分:178)

% dig +short stackoverflow.com
69.59.196.211

% host stackoverflow.com
stackoverflow.com has address 69.59.196.211
stackoverflow.com mail is handled by 30 alt2.aspmx.l.google.com.
stackoverflow.com mail is handled by 40 aspmx2.googlemail.com.
stackoverflow.com mail is handled by 50 aspmx3.googlemail.com.
stackoverflow.com mail is handled by 10 aspmx.l.google.com.
stackoverflow.com mail is handled by 20 alt1.aspmx.l.google.com.

答案 1 :(得分:69)

您可以使用:

nslookup www.example.com