Terminal
  • /dev/tty
  • A terminal may belong to a process as its controlling-terminal, which is a terminal uniquely associated with one session. Each process of a session with a controlling-terminal has the same controlling-terminal assigned to it. Each session may have at most one controlling-terminal associated with it and vice versa. A terminal may be assigned to at most one session as the controlling-terminal.
  • /dev/tty stands for the controlling terminal (if any) for the current process
  • To find out which tty's are attached to which processes use the "ps -a" command at the shell prompt (command line). Type "tty" at the shell prompt to see what it is.
  • Terminal Emulation
    • make the PC computer behave like a text terminal
    • a real terminal to emulate another brand/model of terminal
page_revision: 45, last_edited: 1252987051|%e %b %Y, %H:%M %Z (%O ago)
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License