How to install dig on CentOS 6

来自linuxsa wiki
Evan留言 | 贡献2019年10月14日 (一) 13:48的版本 (导入1个版本)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转到导航 跳转到搜索

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