Obtaining the Example Programs
The example programs in this tutorial are available electronically via FTP from the following URLs:ftp://ftp.uu.net/published/anonymous/nutshell/dnsbind/dns.tar.ZIn either case, extract the files from the archive by typing:
%zcat dns.tar.Z | tar xf -
System V systems require the following tar command instead:
%zcat dns.tar.Z | tar xof -
If zcat is not available on your system, use separate uncompress and tar commands.