我的朋友说这个,但它不工作,因为它说“挖掘命令未find”
dig ns <domain>
你也可以尝试使用
host -t ns <domain>
要么
nslookup -type=ns <domain>
也许这些命令之一已经安装在你的系统上
你需要安装bind-utils
yum install bind-utils