How to install dig on CentOS 6

来自linuxsa wiki
跳转到导航 跳转到搜索
可打印版本不再受到支持且可能有渲染错误。请更新您的浏览器书签并改用浏览器默认打印功能。

The dig command is a part of the BIND utilities so you need to install them. To install the BIND utilities, type the following:

apt-get install dnsutils
yum install bind-utils -y