Penguin
Annotated edit history of ttys(4) version 2, including all changes. View license author blame.
Rev Author # Line
1 perry 1 !!!TTYS
2 JohnMcPherson 2
1 perry 3 ----
4 !!NAME
5
6
7 ttys - serial terminal lines
8 !!DESCRIPTION
9
10
11 __ttyS[[0-3]__ are character devices for the serial
12 terminal lines.
13
14
15 They are typically created by:
16
17
2 JohnMcPherson 18 mknod -m 660 /dev/ttyS0 c 4 64 # base address 0x03f8
19 mknod -m 660 /dev/ttyS1 c 4 65 # base address 0x02f8
20 mknod -m 660 /dev/ttyS2 c 4 66 # base address 0x03e8
21 mknod -m 660 /dev/ttyS3 c 4 67 # base address 0x02e8
22 chown root:tty /dev/ttyS[[0-3]
1 perry 23
2 JohnMcPherson 24 !!FILES
1 perry 25
26 /dev/ttyS[[0-3]
2 JohnMcPherson 27
1 perry 28 !!SEE ALSO
29
30
2 JohnMcPherson 31 mknod(1), chown(1), getty(1), tty(4)
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.

PHP Warning

lib/blame.php:177: Warning: Invalid argument supplied for foreach()