
How to Install and Use dig and nslookup Commands in Linux
On Red Hat Linux /CentOS 7 or 8, install dig and nslookup using the dnf command. or yum command # yum install bind-utils Upon successful installation, verify the version using the command below. # dig -v
Continue Reading