Host: command not found
# dig centos.org -bash: dig: command not found # host redhat.com -bash: host: command not found #nslookup Ubuntu.com -bash: nslookup: command not found
This error indicates to the bind-utils package not installed during Operating System installation. You need to install bind-utils package using yum command like below,
# yum install bind-utils
