mgetty.config

来自「embedded xLinux root 5.4」· CONFIG 代码 · 共 70 行

CONFIG
70
字号
## mgetty configuration file## this is a sample configuration file, see mgetty.info for details## comment lines start with a "#", empty lines are ignored# ----- global section -----## In this section, you put the global defaults, per-port stuff is below# set the global debug level to "4" (default from policy.h)debug 4# set the local fax station idfax-id 49 115 xxxxxxxx# access the modem(s) with 38400 bpsspeed 38400#  use these options to make the /dev/tty-device owned by "uucp.uucp" #  and mode "rw-rw-r--" (0664). *LEADING ZERO NEEDED!*#port-owner uucp#port-group uucp#port-mode 0664#  use these options to make incoming faxes owned by "root.uucp" #  and mode "rw-r-----" (0640). *LEADING ZERO NEEDED!*#fax-owner root#fax-group uucp#fax-mode 0640# ----- port specific section -----# # Here you can put things that are valid only for one line, not the others## Zoom V.FX 28.8, connected to ttyS0: don't do fax, less logging#port ttyS0  debug 3  data-only y  answer-chat "" ATS0=1 OK# some other Rockwell modem, needs "switchbd 19200" to receive faxes# properly (otherwise it will fail with "timeout").##port ttyS1#  speed 38400#  switchbd 19200# ZyXEL 2864, connected to ttyS2: maximum debugging, grab statistics##port ttyS2#  debug 8#  init-chat "" \d\d\d+++\d\d\dAT&FS2=255 OK ATN3S0=0S13.2=1 OK #  statistics-chat "" AT OK ATI2 OK#  statistics-file /var/log/statistics.ttyS2#  modem-type cls2# direct connection of a VT100 terminal which doesn't like DTR drops##port ttyS3#  direct y#  speed 19200#  toggle-dtr n

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?