0

my friend says this, but it doesn't work as it says "dig command not found"

dig ns <domain>
Alex
  • 8,111
  • 24
  • 71
  • 99

2 Answers2

2

you can also try to use

host -t ns <domain>

or

nslookup -type=ns <domain>

maybe one of these commands is already installed on your system

rmweiss
  • 183
  • 1
  • 6
1

You need to install bind-utils

yum install bind-utils