Introduction to UNIX: basic concepts
: Basic concepts
: Terminals
Previous: The shell and environment
Next: The manuals
4.3. Terminals
There are two kinds of terminals under UNIX:
- Physical terminals connected with serial lines:
/dev/ttyd*
or
/dev/ttyS*
- Virtual terminals associated to network connections or virtual consoles
:
/dev/ttyp*
or /dev/ttyv*
To know the type of the current terminal, use the tty
command.
Introduction to UNIX: basic concepts
: Basic concepts
: Terminals
Previous: The shell and environment
Next: The manuals