zvv

Linux dig/ nslookup / host /Command Not Found解决办法

使用nslookup命令时,报错:

“-bash: nslookup :command not found”  命令dig,host命令也是如此:

-bash: dig :command not found

-bash: host:command not found

原因是默认系统并没有安装此命令,大多vps使用不了这些命令也是这个原因。默认集成在bind-utils工具包里。

解决办法:安装bind-utils包

#yum -y instsall bind-utils

 

 

via.https://xshell.net/linux/dig_nslookup_host_bind-utils.html

当前页面是本站的「Google AMP」版。查看和发表评论请点击:完整版 »

因本文不是用Markdown格式的编辑器书写的,转换的页面可能不符合AMP标准。