HOSTADDR.1
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:1k
源码类别:

操作系统开发

开发平台:

WINDOWS

  1. HOSTADDR(1)               Minix Programmer's Manual                HOSTADDR(1)
  2. NAME
  3.      hostaddr - show ethernet address, IP address or hostname
  4. SYNOPSIS
  5.      hostaddr [-eia] [-E eth-device] [-I ip-device]
  6. DESCRIPTION
  7.      Without any of the -eia options, hostaddr shows the ethernet address,  IP
  8.      address  and  hostname  of the local host on one line in the given order.
  9.      With options only the wanted fields are shown, still in the  same  order,
  10.      not in option order.
  11. OPTIONS
  12.      -e   Show the ethernet address.
  13.      -i   Show the IP address.  This will not work if no IP address  has  been
  14.           found by RARP or by setting it with ifconfig(8).
  15.      -a   Show the fully qualified hostname.  The IP address is shown again if
  16.           it can't be translated to a host name.  (This usually indicates that
  17.           the DNS reverse address translation tables are incomplete.)
  18. SEE ALSO
  19.      ifconfig(8), rarpd(8), nonamed(8), set_net_default(8), boot(8).
  20. DIAGNOSTICS
  21.      "Timeout"
  22.      Hostaddr timed out trying to get the IP address.   This  means  that  the
  23.      network  connection  is  out of order or that the setup of the machine is
  24.      bad.
  25. AUTHOR
  26.      Kees J. Bot (kjb@cs.vu.nl)
  27.                                                                              1