The commands listed belows are some that we use often, but many more exist. Check the man pages and documentation for more details and information.
Use the following command to query a new db.cache file for your DNS Server:
[root@deep] /# dig @.aroot-servers.net . ns > db.cache
|
Copy the db.cache file to /var/named/ after retrieving it.
[root@deep] /# cp db.cache /var/named/
|
Where @a.root-servers.net is the address of the root server for querying the new
db.cache file and
db.cache file is the name of your new
db.cache file.