Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ pty(7) — GL2 W2.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

PTY(7)  —  Silicon Graphics

NAME

pty - pseudo terminal driver

SYNOPSIS

pseudo-device pty

DESCRIPTION

The pty driver supports a device-pair called pseudoterminal. A pseudo terminal is a pair of character devices, a master device and a slave device.  The slave device provides interface processes identical to those described in tty(4). Unlike the other devices of tty, the slave device is manipulated by the pseudo terminal’s master half.  As a result, anything written on the master device is passed as input to the slave device and vice versa. 

The command make_devices in the EXOS installation procedures creates four pairs of devices. 

FILES

/dev/pty[0-3]   master pseudo terminals
/dev/ttyp[0-3]  slave pseudo terminals
 

Version 2.3  —  July 04, 1985

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026