terminálu
A terminal, in computing, is an interface that allows a user to interact with a computer system by entering text commands and reading text output. Terminals come in two broad forms: hardware terminals, which are physical devices connected to a host computer, and software terminals, known as terminal emulators, that run inside a graphical environment.
Hardware terminals were used with mainframes and minicomputers in the mid-20th century. They provided a text-only
Modern computing typically relies on terminal emulators. These programs reproduce the traditional terminal experience inside a
In Unix-like systems, terminals are associated with TTY devices, such as /dev/tty and pseudo-terminals under /dev/pts.
See also: command-line interface, shell, terminal emulator, SSH, console.