Nslookup: command not found error on RHEL/CentOS 7

Reference:

https://unix.stackexchange.com/questions/164210/nslookup-command-not-found-error-on-rhel-centos-7

The minimal install likely did not come with the bind-utils package

You can install bind-utils with:

yum install bind-utils

posted @ 2019-04-27 15:09  薏米*  阅读(1682)  评论(0)    收藏  举报