你是否错过了CentOS或RHEL 7和8上最喜欢的挖掘工具?
当你运行dig时, 你将得到”找不到命令”错误。
[[email protected] geekflare-trends]# dig
-bash: dig: command not found
[[email protected] geekflare-trends]#
直接在终端上进行DNS查找和调查DNS相关问题非常方便。但是由于某些原因, 最新版本的CentOS或RHEL中没有该功能。
好消息是, 有一种方法可以安装它。运行以下命令。
yum -y install bind-utils
不仅dig而且bind-utils还会安装其他必不可少的实用程序, 例如nslookup, host, nsupdate等。
开心挖!
评论前必须登录!
注册