home *** CD-ROM | disk | FTP | other *** search
/ The Pier Shareware 6 / The_Pier_Shareware_Number_6_(The_Pier_Exchange)_(1995).iso / 033 / atcp40de.zip / ASKHOST.DOC < prev    next >
Text File  |  1994-01-22  |  857b  |  35 lines

  1. askhost            AmiTCP/IP User Commands            askhost
  2.  
  3. NAME
  4.     askhost -- get hostent information of given hostname/ip-address
  5.  
  6. SYNOPSIS
  7.     askhost <hostname>
  8.  
  9.     or
  10.  
  11.     askhost <ip-address>
  12.  
  13. DESCRIPTION
  14.     Askhost calls nameserver or queries local database to get hostent
  15.     information of given internet host name or address. If answer comes
  16.     from local database, all information stored there is retrieved. If
  17.     answer comes from nameserver, the information it returns is shown.
  18.     Note that this information is usually not complete (all alias names
  19.     not shown).
  20.  
  21. OUTPUT
  22.     host: <canonical-name>    addrtype: <usually inet> length: <inet: 4>
  23.     aliases:
  24.         <possible alias list>
  25.     address list:
  26.         <all addresses known by nameserver>
  27.  
  28.  
  29.     If query fails, some host error string is displayed, usually
  30.     `host not known'
  31.  
  32. REQUIREMENTS
  33.     AmiTCP/IP must be running before this prgram can be run.
  34.  
  35.