home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / base / root.16 / etc / ttysrch / ttysrch~
Text File  |  1998-08-19  |  2KB  |  48 lines

  1. #ident    "@(#)adm:i386/cmd/.adm/ttysrch    1.5"
  2. #ident    "$Header: ttysrch 1.2 91/04/29 $"
  3. #    This file is used by ttyname(3C) to minimize search time
  4. #    during attempts to determine the name of a terminal device.
  5. #
  6. #    This is done by providing the names of directories which
  7. #    are most likely to contain device entries for terminal
  8. #    devices. These directories will be searched in the order
  9. #    listed prior to an exhaustive search of the rest of /dev.
  10. #
  11. #    Each line contains the name of a directory (which must
  12. #    begin with "/dev") and (optionally) a set of flags which
  13. #    modify the criteria used to determine a match. By default,
  14. #    an exact match requires that the major/minor device number
  15. #    (the M flag), the file system identifier (the F flag), and
  16. #    the inode number (the I flag) all match.  Normally, a partial
  17. #    match on the major/minor device and the file system identifier
  18. #    is accepted only after exhausting all entries under /dev.
  19. #    By specifying only the M and F flags, an exact match will
  20. #    be accepted regardless of the value of the inode number as
  21. #    soon as it is found.  This is especially useful for cloned
  22. #    devices, which generally will not match inode numbers.
  23. #
  24. #    For additional information see ttysrch(4).
  25. #
  26. # EXAMPLE:
  27. #
  28. #    /dev/slan    MF
  29. #
  30. #    This would improve performance for Starlan network connections
  31. #    if all Starlan network clone device entries were contained
  32. #    in the /dev/slan directory.
  33. #
  34. /dev/tp    MF
  35. /dev/term
  36. /dev/pts
  37. /dev/xt
  38. /dev/sxt
  39. /dev/fd    X
  40. /dev/dsk    X
  41. /dev/hba    X
  42. /dev/kd    X
  43. /dev/rdsk    X
  44. /dev/rmt    X
  45. /dev/sad    X
  46. /dev/X    X
  47. /dev
  48.