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

操作系统开发

开发平台:

WINDOWS

  1. .TH GETTY 8
  2. .SH NAME
  3. getty - system login banner
  4. .SH SYNOPSIS
  5. .B getty
  6. .RI [ banner " ...]"
  7. .SH DESCRIPTION
  8. .B Getty
  9. displays a system identification banner, reads a user name from standard
  10. input and executes
  11. .B login
  12. with that name as argument.
  13. .PP
  14. .B Getty
  15. uses its arguments separated by spaces as a login banner.  The character
  16. sequences
  17. .BR en ,
  18. .BR es
  19. and
  20. .BR et
  21. are printed as newline, space and tab.  Any other
  22. .BI e x
  23. prints that
  24. .IR x .
  25. The character sequences
  26. .BR %s ,
  27. .BR %n ,
  28. etc. produce the same output as
  29. .BR "uname -s" ,
  30. .BR "uname -n" ,
  31. etc.  The default banner is
  32. .PP
  33. .RS
  34. %sesesReleasees%resVersiones%venen%neslogin:es
  35. .RE
  36. .PP
  37. The only other useful functionality offered by
  38. .B getty
  39. is that it can be suspended by signal SIGUSR1 and restarted by SIGUSR2.
  40. This allows a program such as
  41. .BR modem (1)
  42. to temporarily claim a dialin line for dialout.
  43. .SH "SEE ALSO"
  44. .BR modem (1),
  45. .BR ttytab (5),
  46. .BR init (8).
  47. .SH BUGS
  48. .B Getty
  49. should be taught about modems and modem lines.  The signal trick is an awful
  50. hack.
  51. .SH AUTHOR
  52. Kees J. Bot (kjb@cs.vu.nl)