Texonom
Texonom
/
Engineering
Engineering
/Hardware Engineering/Computer/Operating System/OS Structure/I/O System/Shell/TTY/
PTY
Search

PTY

Creator
Creator
Seonglae Cho
Created
Created
2021 Mar 18 7:57
Editor
Editor
Seonglae Cho
Edited
Edited
2025 Jan 16 1:1
Refs
Refs
Terminal Software
Shell Implementation

Pseudo TTY

terminal emulator

 
 
 
 
 
 
What's involved in getting a "modern" terminal setup?
What's involved in getting a "modern" terminal setup?
https://jvns.ca/blog/2025/01/11/getting-a-modern-terminal-setup/
Introduction
컴퓨터는 기본적으로 연산을 위한 입력장치와 출력장치를 가집니다. 지금은 기술이 좋아져서 노트북같은 경우 연산장치, 디스플레이 출력장치, 키보드 입력장치가 모두 같이 있지만 초기에는 대형 연산장치가 큰 방 하나를 가득 채우고 있었고 입, 출력장치는 따로 분리되어 운영되었습니다 리눅스의 /dev 디렉토리에서 볼수있는 /dev/tty*, /dev/pts/* 파일들이 입, 출력에 관련된 파일들이며 외부 터미널 장치를 연결할때, 리눅스에서 가상콘솔을 제공할때, xterm 이나 gnome-terminal 같은 터미널 emulation 프로그램, telnet, ssh 같은 리모트 로그인 프로그램등에 의해 사용됩니다.
Introduction
https://mug896.github.io/bash-shell/tty.html
Introduction
 
 
 

Backlinks

Shell ToolShell

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Hardware Engineering/Computer/Operating System/OS Structure/I/O System/Shell/TTY/
PTY
Copyright Seonglae Cho