Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../usr/./man/man5/ttydefs.5
Real path: /usr/share/man/man5/ttydefs.5
Zurück
'\" te .\" Copyright (c) 1997, 2020, Oracle and/or its affiliates. .TH ttydefs 5 "13 Nov 2020" "Oracle Solaris 11.4" "File Formats" .SH NAME ttydefs \- file contains terminal line settings information for ttymon .SH DESCRIPTION .sp .LP \fB/etc/ttydefs\fR is an administrative file that contains records divided into fields by colons (":"). This information used by \fBttymon\fR to set up the speed and terminal settings for a TTY port. .sp .LP The \fBttydefs\fR file contains the following fields: .sp .ne 2 .mk .na \fB\fIttylabel\fR\fR .ad .RS 17n .rt The string \fBttymon\fR tries to match against the TTY port's \fIttylabel\fR field in the port monitor administrative file. It often describes the speed at which the terminal is supposed to run, for example, \fB1200\fR. .RE .sp .ne 2 .mk .na \fB\fIinitial-flags\fR\fR .ad .RS 17n .rt Contains the initial \fBtermio\fR(4I) settings to which the terminal is to be set. For example, the system administrator will be able to specify what the default erase and kill characters will be. \fIinitial-flags\fR must be specified in the syntax recognized by the \fBstty\fR command. .RE .sp .ne 2 .mk .na \fB\fIfinal-flags\fR\fR .ad .RS 17n .rt \fIfinal-flags\fR must be specified in the same format as \fIinitial-flags\fR. \fBttymon\fR sets these final settings after a connection request has been made and immediately prior to invoking a port's service. .RE .sp .ne 2 .mk .na \fB\fIautobaud\fR\fR .ad .RS 17n .rt If the \fIautobaud\fR field contains the character 'A,' \fIautobaud\fR will be enabled. Otherwise, \fIautobaud\fR will be disabled. \fBttymon\fR determines what line speed to set the TTY port to by analyzing the carriage returns entered. If \fIautobaud\fR has been disabled, the hunt sequence is used for baud rate determination. .RE .sp .ne 2 .mk .na \fB\fInextlabel\fR\fR .ad .RS 17n .rt If the user indicates that the current terminal setting is not appropriate by sending a BREAK, \fBttymon\fR searches for a \fBttydefs\fR entry whose \fIttylabel\fR field matches the \fInextlabel\fR field. If a match is found, \fBttymon\fR uses that field as its \fIttylabel\fR field. A series of speeds is often linked together in this way into a closed set called a hunt sequence. For example, \fB4800\fR may be linked to \fB1200\fR, which in turn is linked to \fB2400\fR, which is finally linked to \fB4800\fR. .RE .SH SEE ALSO .sp .LP \fBtermio\fR(4I), \fBsttydefs\fR(8), \fBttymon\fR(8)