Linux TTY

From NovaOrdis Knowledge Base
Revision as of 22:40, 2 May 2018 by Ovidiu (talk | contribs) (Created page with "=External= * http://www.linusakesson.net/programming/tty/ =Internal= * Linux General Concepts =Overview= "TTY" is a Linux subsystem that pr...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

External

Internal

Overview

"TTY" is a Linux subsystem that provides the conduit through which keyboard strokes captured while the focus is in a terminal such as iTerm2 or xterm are turned into the right characters and delivered to UNIX processes. At the same time, the TTY subsystem funnels the process' generated output back to the terminal. The name comes from "teletype", which used to be electro-mechanical machines that read keyboard entires, turned them into electrical signals and sent them across the wire to to other teletypes.