-bash: dig: command not found
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了-bash: dig: command not found相关的知识,希望对你有一定的参考价值。
问题是默认系统中缺少bind-utils工具包导致的,我们直接yum安装看看呗。
#yum -y install bind-utils
即可解决
以上是关于-bash: dig: command not found的主要内容,如果未能解决你的问题,请参考以下文章
Python3: Command not found(Mac OS)