home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / 2014.11.minnie.tuhs.org.tar / minnie.tuhs.org / UnixArchive / PDP-11 / Trees / V6 / usr / man / man5 / ttys.5 < prev    next >
Text File  |  1975-06-27  |  1KB  |  39 lines

  1. .th TTYS V 2/11/75
  2. .sh NAME
  3. ttys \*- typewriter initialization data
  4. .sh DESCRIPTION
  5. The
  6. .it ttys
  7. file is read by the
  8. .it init
  9. program and specifies
  10. which typewriter special files are to have
  11. a process created for them which will allow people to
  12. log in.
  13. It consists of lines of 3 characters each.
  14. .s3
  15. The first character is either `0' or `1';
  16. the former causes the line to be ignored,
  17. the latter causes it to be effective.
  18. The second character is the last character in the name
  19. of a typewriter; e.g. \fIx\fR refers to
  20. the file `/dev/tty\fIx\fR'.
  21. The third character is used as an argument
  22. to the
  23. .it getty
  24. program,
  25. which performs such tasks as baud-rate recognition,
  26. reading the login name,
  27. and calling
  28. .it login.
  29. For normal lines,
  30. the character is `0';
  31. other characters can be used, for example, with hard-wired terminals
  32. where speed recognition is unnecessary
  33. or which have special characteristics.
  34. (Getty will have to be fixed in such cases.)
  35. .sh FILES
  36. /etc/ttys
  37. .sh "SEE ALSO"
  38. init (VIII), getty (VIII), login (I)
  39.