home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / NETWORK / ISP / bind.4.8.3.lzh / BIND483 / MASTER / Index (.txt) < prev    next >
Microsoft Windows Help File Content  |  1993-08-24  |  556b  |  13 lines

  1. :pwedit - used to create MB, UINFO and other RR out of your /etc/passwd
  2.         ex - /etc/passwd < :pwedit 
  3. atod.y  - used to convert you aliases file into MB records
  4.         yacc atod.y
  5.         cc -o atod y.tab.c
  6.         atod < /usr/lib/aliases > aliases.db
  7. named.boot - boot file for a secondary name server
  8. named.boot.master - boot file for a master name server
  9. named.hosts - The data base for your domain
  10. named.local - Data for local host
  11. named.rev   - PTR records for your domain, so that the .IN-ADDR.ARPA domain works
  12. root.cache - data for the name servers initial cache
  13.