Ubuntu apt-get install nslookup dig
时间:2009-05-23 来源:ygl23
If you ever need to use dig, nslookup, or nsupdate, the Ubuntu package to install is dnsutils.
apt-get install dnsutils
After installation you should have access to:
usr/bin/dig
usr/bin/nslookup
usr/bin/nsupdate
nslookup is very nice for doing reverse URL lookups. By giving it a URL you can get back an IP address. Just go to the command line and type:
nslookup www.yourwebsite.com
nslookup www.slashdot.org
apt-get install dnsutils
After installation you should have access to:
usr/bin/dig
usr/bin/nslookup
usr/bin/nsupdate
nslookup is very nice for doing reverse URL lookups. By giving it a URL you can get back an IP address. Just go to the command line and type:
nslookup www.yourwebsite.com
nslookup www.slashdot.org
相关阅读 更多 +