Pseudoterminal

http://dbpedia.org/resource/Pseudoterminal an entity of type: Place

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. rdf:langString
擬似端末(ぎじたんまつ、英語: pseudo terminal)または疑似ターミナルとは、UNIXにおけるテキスト端末の擬似デバイスのマスター・スレーブのペアである。仮想コンソール、端末装置、シリアルポートハードウェアなどを使用しないテキスト端末のインターフェイスを提供する。これらのハードウェアの代わりに、擬似端末セッションの役割をソフトウェア(プロセス)が代用する。例えば、SSHなどでログインするとこの端末に接続される。 rdf:langString
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. rdf:langString
В деяких операційних системах, в тому числі Unix, псевдотермінал (англ. Pseudo terminal), псевдо-tty, або PTY це пара , один з яких, другорядний, емулює справжній текстовий термінал, а другий, головний, надає засоби, за допомогою яких емулятор терміналу контролює процеси. rdf:langString
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. rdf:langString
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. rdf:langString
rdf:langString Pseudoterminal
rdf:langString Pseudo terminal
rdf:langString 擬似端末
rdf:langString Pseudoterminal
rdf:langString Pseudoterminal
rdf:langString Псевдотермінал
xsd:integer 719580
xsd:integer 1116095091
rdf:langString 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.
rdf:langString 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.
rdf:langString 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.
rdf:langString 擬似端末(ぎじたんまつ、英語: pseudo terminal)または疑似ターミナルとは、UNIXにおけるテキスト端末の擬似デバイスのマスター・スレーブのペアである。仮想コンソール、端末装置、シリアルポートハードウェアなどを使用しないテキスト端末のインターフェイスを提供する。これらのハードウェアの代わりに、擬似端末セッションの役割をソフトウェア(プロセス)が代用する。例えば、SSHなどでログインするとこの端末に接続される。
rdf:langString 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.
rdf:langString В деяких операційних системах, в тому числі Unix, псевдотермінал (англ. Pseudo terminal), псевдо-tty, або PTY це пара , один з яких, другорядний, емулює справжній текстовий термінал, а другий, головний, надає засоби, за допомогою яких емулятор терміналу контролює процеси.
xsd:nonNegativeInteger 7457

data from the linked data cloud