mirror of
https://github.com/tiyn/wiki.git
synced 2025-11-06 21:21:16 +01:00
15 lines
480 B
Markdown
15 lines
480 B
Markdown
# System Console
|
|
|
|
A system console is used for entering data into a computer and communicating
|
|
with it.
|
|
It mostly uses a keyboard for input aswell as a screen for displaying results.
|
|
The word system console is often used synonymous with the word terminal.
|
|
|
|
## Terminals
|
|
|
|
The following section lists different terminals.
|
|
|
|
- [suckless' st](/wiki/linux/suckless.md#programs) is a simple terminal
|
|
implementation for [X](/wiki/linux/x_window_system.md) on
|
|
[Linux](/wiki/linux.md).
|