Product Code Database
Example Keywords: indie games -simulation $47
   » » Wiki: Pseudoterminal
Tag Wiki 'Pseudoterminal'.
Tag

Pseudoterminal
 (

Rank: 100%
Bluestar Bluestar Bluestar Bluestar Blackstar

In some , including systems, a pseudoterminal, pseudotty, or PTY is a pair of endpoints (files) which establish an asynchronous, bidirectional communication () channel (with two ports) between two or more processes.

(2025). 9781593272913, No Starch Press. .

One pseudo-device in the pair, the master, provides means by which a terminal emulator or remote login server (e.g. a , rlogin, or server) controls the slave. The other pseudo-device, the slave, emulates a hardware device, and is used by terminal-oriented programs such as shells (e.g. bash) as a processes to read/write data back from/to master endpoint. PTYs are similar to bidirectional pipes.

is a virtual file system containing pseudoterminal devices.

Linux implementation is based on System V-style terminals (commonly referred as UNIX 98 pseudoterminals) and provides and the Single Unix Specification API in the form of a function since 1998.


History
Pseudoterminals were present in the DEC PDP-6 Timesharing Monitor at least as early as 1967, and were used to implement batch processing. They are described in the documentation for the succeeding TOPS-10 on the PDP-10. PDP-10 Timesharing Monitors Programmer's Reference Manual section 5.10 Other DEC operating systems also had PTYs, including RSTS/E for the PDP-11, as did the third-party TENEX operating system for the PDP-10.

Implementations of Unix pseudo terminals date back to the modifications that RAND and BBN made to a 6th Edition in the late 1970s to support remote access over a network. ``PTY Driver for SRI-NOSC Net UNIX'' lines 15-31 Modern Unix pseudoterminals originated in 1983 during the development of Eighth Edition Unix and were based on a similar feature in TENEX. They were part of the 4.3BSD-Reno, with a rather cumbersome interface defined for use.

AT&T's included support for pseudoterminals as a driver in their device model, along with the pseudoterminal multiplexer (). This later evolved to become the Unix98 style of PTYs.

Pseudoterminals have been standardized by the Single UNIX Specification (maintained by the ) since 2004 (Issue 6). IEEE Std 1003.1, 2004 Edition From Issue 8 (2024) IEEE Std 1003.1-2024 the description adopts inclusive language by replacing the word master with manager and the word slave with subsidiary (defect 1466 Pseudo-terminal devices should be renamed).


Books
The Linux Programming Interface from 2010 contains an entire chapter (chapter 64 "Pseudoterminals" p1375–1399.) explaining pseudoterminals. Then there is another one, Chapter 62 "Terminals", dedicated to terminals.

The was extended to have a PTY interface called ConPTY in 2018.


Applications
The role of the terminal emulator process is:
  • to interact with the user,
  • to feed text input to the master pseudo-device for use by the shell (such as bash), which is connected to the slave pseudo-device,
  • to read text output from the master pseudo-device and show it to the user.

The terminal emulator process must also handle terminal control commands, e.g., for resizing the screen. Widely used terminal emulator programs include , , , and Terminal.

Remote login servers such as and servers play the same role but communicate with a remote user instead of a local one.

and are used to add a session context to a pseudoterminal, making for a much more robust and versatile solution. For example, each provides terminal persistence, allowing a user to disconnect from one computer and then connect later from another computer.


Variants
In the PTY system, the slave device file, which generally has a name of the form [[script (Unix)|script]], supports all applicable to text terminal devices. Thus it supports . The master device file, which generally has a name of the form /dev/tty[p-za-e][0-9a-f], is the endpoint for communication with the terminal emulator. With this naming scheme, there can be at most 256 tty pairs. Also, finding the first free pty master can introduce a unless a locking scheme is adopted. For that reason, recent BSD operating systems, such as , implement Unix98 PTYs.

BSD PTYs have been rendered obsolete by Unix98 ptys whose naming system does not limit the number of pseudo-terminals and access to which occurs without danger of race conditions. /dev/pty[p-za-e][0-9a-f] is the "pseudo-terminal master multiplexer". Opening it returns a file descriptor of a master node and causes an associated slave node /dev/ptmx to be created.


See also
  • List of Unix commands


External links

Page 1 of 1
1
Page 1 of 1
1

Account

Social:
Pages:  ..   .. 
Items:  .. 

Navigation

General: Atom Feed Atom Feed  .. 
Help:  ..   .. 
Category:  ..   .. 
Media:  ..   .. 
Posts:  ..   ..   .. 

Statistics

Page:  .. 
Summary:  .. 
1 Tags
10/10 Page Rank
5 Page Refs
1s Time