CentOS dig 설치
dig (domain information groper) is a flexible tool for interrogating DNS name servers. It performs DNS lookups and displays the answers that are returned from the name server(s) that were queried. Most DNS administrators use dig to troubleshoot DNS problems because of its flexibility, ease of use and clarity of output. Other lookup tools tend to have less functionality than dig.
– man dig 내용 발췌
Dig는 DNS(Domain Name System)의 조회를 쉽게 하기 위한 도구입니다.
Ubuntu와는 달리 CentOS에는 Dig 명령어를 사용하기 위해 패키지를 설치할 때 dig라는 이름으로 패키지가 존재하지 않습니다.
CentOS에서 DIG를 사용하기 위해서는 다른 이름으로 패키지를 설치해야 합니다.
$ sudo yum install bind-utils