Main index | Section 4 | 日本語 | Options |
The pty driver also provides a cloning System V /dev/ptmx device.
New code should not try to allocate pseudo-terminals using this interface. It is only provided for compatibility with older C libraries that tried to open such devices when posix_openpt(2) was being called, and for running Linux binaries.
/dev/pty[l-sL-S][0-9a-v] | |
Pseudo-terminal master devices. | |
/dev/tty[l-sL-S][0-9a-v] | |
Pseudo-terminal slave devices. | |
/dev/ptmx | Control device, returns a file descriptor to a new master pseudo-terminal when opened. |
The pty driver cannot be unloaded, because it cannot determine if it is being used.
PTY (4) | October 28, 2019 |
Main index | Section 4 | 日本語 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.