使用dig命令时,报错:
[root@localhost scripts]# dig freesilo.com
-bash: dig: command not found
原因是默认系统并没有安装此命令,大多服务器使用不了这些命令也是这个原因。默认集成在bind-utils工具包里。
解决办法:安装bind-utils包
[root@localhost scripts]# yum -y install bind-utils
一些自己看的学习笔记…
使用dig命令时,报错:
[root@localhost scripts]# dig freesilo.com
-bash: dig: command not found
原因是默认系统并没有安装此命令,大多服务器使用不了这些命令也是这个原因。默认集成在bind-utils工具包里。
解决办法:安装bind-utils包
[root@localhost scripts]# yum -y install bind-utils