About: Pseudoterminal     Goto   Sponge   NotDistinct   Permalink

An Entity of Type : yago:WikicatTechnicalCommunicationTools, within Data Space : dbpedia.org associated with source document(s)
QRcode icon
http://dbpedia.org/describe/?url=http%3A%2F%2Fdbpedia.org%2Fresource%2FPseudoterminal

In some operating systems, including Unix and Linux, a pseudoterminal, pseudotty, or PTY is a pair of pseudo-device endpoints (files) which establish asynchronous, bidirectional communication (IPC) channel (with two ports) between two or more processes. The master provides means by which a terminal emulator process controls the slave. The slave, emulates a hardware text terminal device. PTY are similar to bidirectional pipes. Devpts is a Linux Kernel virtual file system used to emulate PTYs connection.

AttributesValues
rdf:type
rdfs:label
  • Pseudoterminal (de)
  • Pseudo terminal (fr)
  • 擬似端末 (ja)
  • Pseudoterminal (pl)
  • Pseudoterminal (en)
  • Псевдотермінал (uk)
rdfs:comment
  • En informatique, certains systèmes d'exploitation parmi lesquels Unix implémentent la fonctionnalité du pseudo-terminal. Un pseudo terminal est composé d'un couple de pseudo-périphériques : un émulateur de console système, asservi à un processus de contrôle. (fr)
  • 擬似端末(ぎじたんまつ、英語: pseudo terminal)または疑似ターミナルとは、UNIXにおけるテキスト端末の擬似デバイスのマスター・スレーブのペアである。仮想コンソール、端末装置、シリアルポートハードウェアなどを使用しないテキスト端末のインターフェイスを提供する。これらのハードウェアの代わりに、擬似端末セッションの役割をソフトウェア(プロセス)が代用する。例えば、SSHなどでログインするとこの端末に接続される。 (ja)
  • Pseudoterminal, lub PTY – w Unixie i systemach uniksopodobnych to para wirtualnych urządzeń, pomiędzy którymi występuje dwukierunkowa komunikacja. Jedno z urządzeń zwane jest slavem (pts, urządzenie podrzędne), a drugie masterem (ptm, urządzenie nadrzędne). Slave zapewnia interfejs, który zachowuje się tak jak zwykły terminal. Wprowadzenie danych po jednej stronie pseudoterminala pozwala odczytać je po drugiej stronie. Dla pseudoterminali powstały dwa interfejsy programistyczne. Jeden z nich wywodzi się z systemu BSD, a drugi z System V. Przykładem użycia pseudoterminala jest podłączenie się przez Internet do maszyny z systemem opartym o jądro Linuxa używając SSH. Pseudoterminale używane są także przez rlogin i telnet. (pl)
  • В деяких операційних системах, в тому числі Unix, псевдотермінал (англ. Pseudo terminal), псевдо-tty, або PTY це пара , один з яких, другорядний, емулює справжній текстовий термінал, а другий, головний, надає засоби, за допомогою яких емулятор терміналу контролює процеси. (uk)
  • Ein Pseudoterminal ist ein Dienst in einer Unix-Umgebung, der meist vom Kernel bereitgestellt wird. Das Pseudoterminal ist eine Art der Interprozesskommunikation, eine bidirektionale Pipe, die den Datenfluss interpretiert und auf konfigurierbare Ereignisse speziell reagiert. Diese zusätzlichen Funktionen des Pseudoterminals sind dieselben, die innerhalb des Kernels mit einem normalen (z. B. seriellen) Terminal assoziiert werden. (de)
  • In some operating systems, including Unix and Linux, a pseudoterminal, pseudotty, or PTY is a pair of pseudo-device endpoints (files) which establish asynchronous, bidirectional communication (IPC) channel (with two ports) between two or more processes. The master provides means by which a terminal emulator process controls the slave. The slave, emulates a hardware text terminal device. PTY are similar to bidirectional pipes. Devpts is a Linux Kernel virtual file system used to emulate PTYs connection. (en)
foaf:depiction
  • http://commons.wikimedia.org/wiki/Special:FilePath/Termios-script-diagram.svg
dcterms:subject
Wikipage page ID
Wikipage revision ID
Link from a Wikipage to another Wikipage
Link from a Wikipage to an external page
sameAs
dbp:wikiPageUsesTemplate
thumbnail
has abstract
  • Ein Pseudoterminal ist ein Dienst in einer Unix-Umgebung, der meist vom Kernel bereitgestellt wird. Das Pseudoterminal ist eine Art der Interprozesskommunikation, eine bidirektionale Pipe, die den Datenfluss interpretiert und auf konfigurierbare Ereignisse speziell reagiert. Diese zusätzlichen Funktionen des Pseudoterminals sind dieselben, die innerhalb des Kernels mit einem normalen (z. B. seriellen) Terminal assoziiert werden. Pseudoterminals werden dann verwendet, wenn eine terminalorientierte Anwendung (bekannte Beispiele sind vim, top oder less) nicht an einem normalen Terminal, sondern beispielsweise mittels einer Anwendung wie telnet oder ssh über ein Netzwerk betrieben werden soll. Würde man die Standardausgabe dieser Prozesse direkt nutzen, so würde dies wenig Sinn ergeben, da ein Terminal die Eingaben immer interpretiert, d. h. für bestimmte Sonderzeichen bestimmte Aktionen durchführt. (de)
  • In some operating systems, including Unix and Linux, a pseudoterminal, pseudotty, or PTY is a pair of pseudo-device endpoints (files) which establish asynchronous, bidirectional communication (IPC) channel (with two ports) between two or more processes. The master provides means by which a terminal emulator process controls the slave. The slave, emulates a hardware text terminal device. PTY are similar to bidirectional pipes. The master files are typically used by networking applications (e.g. rlogin) and slave files are used by terminal-oriented programs such as shells (e.g. bash) as a processes to read/write data back from/to master endpoint. Common application of PTYs is in providing network login services. Devpts is a Linux Kernel virtual file system used to emulate PTYs connection. Linux implementation is based on System V-style terminals (commonly referred as UNIX 98 pseudoterminals) and provides POSIX and the Single Unix Specification API in the form of a posix_openpt function since 1998. Unix tty command is typically used to get PTY file path connected to the current standard input. (en)
  • En informatique, certains systèmes d'exploitation parmi lesquels Unix implémentent la fonctionnalité du pseudo-terminal. Un pseudo terminal est composé d'un couple de pseudo-périphériques : un émulateur de console système, asservi à un processus de contrôle. (fr)
  • 擬似端末(ぎじたんまつ、英語: pseudo terminal)または疑似ターミナルとは、UNIXにおけるテキスト端末の擬似デバイスのマスター・スレーブのペアである。仮想コンソール、端末装置、シリアルポートハードウェアなどを使用しないテキスト端末のインターフェイスを提供する。これらのハードウェアの代わりに、擬似端末セッションの役割をソフトウェア(プロセス)が代用する。例えば、SSHなどでログインするとこの端末に接続される。 (ja)
  • Pseudoterminal, lub PTY – w Unixie i systemach uniksopodobnych to para wirtualnych urządzeń, pomiędzy którymi występuje dwukierunkowa komunikacja. Jedno z urządzeń zwane jest slavem (pts, urządzenie podrzędne), a drugie masterem (ptm, urządzenie nadrzędne). Slave zapewnia interfejs, który zachowuje się tak jak zwykły terminal. Wprowadzenie danych po jednej stronie pseudoterminala pozwala odczytać je po drugiej stronie. Dla pseudoterminali powstały dwa interfejsy programistyczne. Jeden z nich wywodzi się z systemu BSD, a drugi z System V. Przykładem użycia pseudoterminala jest podłączenie się przez Internet do maszyny z systemem opartym o jądro Linuxa używając SSH. Pseudoterminale używane są także przez rlogin i telnet. (pl)
  • В деяких операційних системах, в тому числі Unix, псевдотермінал (англ. Pseudo terminal), псевдо-tty, або PTY це пара , один з яких, другорядний, емулює справжній текстовий термінал, а другий, головний, надає засоби, за допомогою яких емулятор терміналу контролює процеси. (uk)
gold:hypernym
prov:wasDerivedFrom
page length (characters) of wiki page
Faceted Search & Find service v1.17_git139 as of Feb 29 2024


Alternative Linked Data Documents: ODE     Content Formats:   [cxml] [csv]     RDF   [text] [turtle] [ld+json] [rdf+json] [rdf+xml]     ODATA   [atom+xml] [odata+json]     Microdata   [microdata+json] [html]    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 08.03.3330 as of Mar 19 2024, on Linux (x86_64-generic-linux-glibc212), Single-Server Edition (378 GB total memory, 54 GB memory in use)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software