Skip to content

Instantly share code, notes, and snippets.

@asimzeeshan
Created November 26, 2017 22:58
Show Gist options
  • Select an option

  • Save asimzeeshan/fe3bceefa6a08683f487515b2d5cc672 to your computer and use it in GitHub Desktop.

Select an option

Save asimzeeshan/fe3bceefa6a08683f487515b2d5cc672 to your computer and use it in GitHub Desktop.
cPanel DNSOnly count DNS zones
#!/bin/bash
############################################################
# Count Number of BIND Zone files
############################################################
cd /var/named
echo -n 'Total Zones: '
ls -lh *.db | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment