home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / usr / lib / nslookup.help < prev    next >
Text File  |  1995-02-25  |  2KB  |  34 lines

  1. $Id: nslookup.help,v 8.1 1994/12/15 06:24:31 vixie Exp $
  2.  
  3. Commands:     (identifiers are shown in uppercase, [] means optional)
  4. NAME        - print info about the host/domain NAME using default server
  5. NAME1 NAME2    - as above, but use NAME2 as server
  6. help or ?    - print info on common commands; see nslookup(1) for details
  7. set OPTION    - set an option
  8.     all        - print options, current server and host
  9.     [no]debug    - print debugging information
  10.     [no]d2    - print exhaustive debugging information
  11.     [no]defname    - append domain name to each query 
  12.     [no]recurse    - ask for recursive answer to query
  13.     [no]vc    - always use a virtual circuit
  14.     domain=NAME    - set default domain name to NAME
  15.     srchlist=N1[/N2/.../N6] - set domain to N1 and search list to N1,N2, etc.
  16.     root=NAME    - set root server to NAME
  17.     retry=X    - set number of retries to X
  18.     timeout=X    - set initial time-out interval to X seconds
  19.     querytype=X    - set query type, e.g., A,ANY,CNAME,HINFO,MX,PX,NS,PTR,SOA,TXT,WKS
  20.     type=X    - synonym for querytype
  21.     class=X    - set query class to one of IN (Internet), CHAOS, HESIOD or ANY
  22. server NAME    - set default server to NAME, using current default server
  23. lserver NAME    - set default server to NAME, using initial server
  24. finger [USER]    - finger the optional NAME at the current default host
  25. root        - set current default server to the root
  26. ls [opt] DOMAIN [> FILE] - list addresses in DOMAIN (optional: output to FILE)
  27.     -a         -  list canonical names and aliases
  28.     -h         -  list HINFO (CPU type and operating system)
  29.     -s         -  list well-known services
  30.     -d         -  list all records
  31.     -t TYPE     -  list records of the given type (e.g., A,CNAME,MX, etc.)
  32. view FILE    - sort an 'ls' output file and view it with more
  33. exit        - exit the program, ^D also exits
  34.