minicom.users
上传用户:tianjinjs
上传日期:2007-01-05
资源大小:309k
文件大小:1k
源码类别:

Modem编程

开发平台:

Unix_Linux

  1. #
  2. # Minicom.users   Access file for the minicom program.
  3. #
  4. # Format:   Either just one username per line, or
  5. #   a username followed by one or more
  6. #   configuration-names. The name of the
  7. #   default configuration is "dfl". The maximum
  8. #                 significant line length is 70 characters.
  9. #
  10. # Location:   The minicom library directory, probably
  11. #   /etc or /var/lib/minicom or whatever.
  12. #
  13. # Notes:          If you don't install this file in the
  14. #                 specified location, everybody will have
  15. #                 access to minicom.
  16. #
  17. #                 This doesn't matter if minicom isn't installed
  18. #                 setuid root since access will then be based
  19. #                 on the permissions set on the serial port.
  20. #
  21. #
  22. # Who may use minicom?
  23. #
  24. # User [line] [..line]
  25. #
  26. # Everyone has access to all configurations.
  27. ALL
  28. ## The rest are examples.
  29. ## # Erik only has access to the default configuration
  30. ## erik dfl
  31. ## 
  32. ## # minicom has access to the default configuration, and configuration 'tty5'.
  33. ## minicom dfl tty5