Imported tab->space correction by redhat
[infodrom/manpages-de] / man4 / ttys.4
1 .\" Copyright (c) 1993 Michael Haardt (u31b3hs@pool.informatik.rwth-aachen.de), Fri Apr  2 11:32:09 MET DST 1993
2 .\"
3 .\" This is free documentation; you can redistribute it and/or
4 .\" modify it under the terms of the GNU General Public License as
5 .\" published by the Free Software Foundation; either version 2 of
6 .\" the License, or (at your option) any later version.
7 .\"
8 .\" The GNU General Public License's references to "object code"
9 .\" and "executables" are to be interpreted as the output of any
10 .\" document formatting or typesetting system, including
11 .\" intermediate and printed output.
12 .\"
13 .\" This manual is distributed in the hope that it will be useful,
14 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
15 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 .\" GNU General Public License for more details.
17 .\"
18 .\" You should have received a copy of the GNU General Public
19 .\" License along with this manual; if not, write to the Free
20 .\" Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,
21 .\" USA.
22 .\"
23 .\" Modified Sat Jul 24 17:03:24 1993 by Rik Faith (faith@cs.unc.edu)
24 .\" 
25 .\" Translated Tue Jan 29 19:11:11 1996
26 .\" by Norbert Kümin (norbert.kuemin@lugs.ch)
27 .\" Modified Mon Jun 10 01:46:46 1996 by Martin Schulze (joey@linux.de)
28 .\" 
29 .TH TTYS 4 "19. Dezember 1992" "Linux" "Gerätedateien"
30 .SH BEZEICHNUNG
31 ttys \- Serielle Terminal Linien
32 .SH BESCHREIBUNG
33 .B ttyS[0-3]
34 sind zeichenorientierte Gerätedateien für serielle Leitungen.
35 .LP
36 Diese werden typischerweise generiert mit:
37 .RS
38 .sp
39 mknod -m 660 /dev/ttyS0 c 4 64 # Basisadresse 0x03f8
40 .br
41 mknod -m 660 /dev/ttyS1 c 4 65 # Basisadresse 0x02f8
42 .br
43 mknod -m 660 /dev/ttyS2 c 4 66 # Basisadresse 0x03e8
44 .br
45 mknod -m 660 /dev/ttyS3 c 4 67 # Basisadresse 0x02e8
46 .br
47 chown root.tty /dev/ttyS[0-3]
48 .sp
49 .RE
50 .SH DATEIEN
51 .I /dev/ttyS[0-3]
52 .SH "SIEHE AUCH"
53 .BR mknod (1),
54 .BR chown (1),
55 .BR getty (1),
56 .BR tty (4).
57