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

操作系统开发

开发平台:

WINDOWS

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