Raspberry Pi 2の初期状態ではnslookupやdigなどのDNS関連コマンドが利用できません。
dnsutilsパッケージをインストールすることで利用可能になります。
$ sudo apt-get install dnsutils
$ nslookup example.com
$ dig example.com
Go to list of users who liked
More than 5 years have passed since last update.
Raspberry Pi 2の初期状態ではnslookupやdigなどのDNS関連コマンドが利用できません。
dnsutilsパッケージをインストールすることで利用可能になります。
$ sudo apt-get install dnsutils
$ nslookup example.com
$ dig example.com
Register as a new user and use Qiita more conveniently
Go to list of users who liked