ETHERS.5
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:

操作系统开发

开发平台:

C/C++

  1. .TH ETHERS 5
  2. .SH NAME
  3. ethers - ethernet address to hostname database
  4. .SH SYNOPSIS
  5. .B /etc/ethers
  6. .SH DESCRIPTION
  7. The ethers database translates ethernet addresses to hostnames for use by
  8. the RARP daemon (see
  9. .BR rarpd (8).)
  10. .B /etc/ethers
  11. may look like this:
  12. .PP
  13. .RS
  14. .ta +20n +10n
  15. 0:0:c0:a:77:23 darask
  16. .br
  17. 0:0:c0:a:68:ce burask
  18. .RE
  19. .PP
  20. The six octet ethernet numbers must be entered as shown above, the hex
  21. constants must use lowercase letters and may not have leading zeros.
  22. Comments are marked with '#'.
  23. .PP
  24. See
  25. .BR rarpd (8)
  26. on why you shouldn't list Sun hosts in this file.
  27. .SH FILES
  28. .TP 15n
  29. /etc/ethers
  30. Ethernet addresses database.
  31. .SH "SEE ALSO"
  32. .BR hosts (5),
  33. .BR rarpd (8),
  34. .BR boot (8).
  35. .SH AUTHOR
  36. Kees J. Bot (kjb@cs.vu.nl)