
GNU Screen
Screen is a full-screen window manager that multiplexes a physical terminal between several processes, typically interactive shells. Each virtual terminal provides the f...
What is GNU Screen?
Screen is a full-screen window manager that multiplexes a physical terminal between several processes, typically interactive shells. Each virtual terminal provides the functions of the DEC VT100 terminal and, in addition, several control functions from the ANSI X3.64 (ISO 6429) and ISO 2022 standards (e.g., insert/delete line and support for multiple character sets). There is a scrollback history buffer for each virtual terminal and a copy-and-paste mechanism that allows the user to move text regions between windows. When screen is called, it creates a single window with a shell in it (or the specified command) and then gets out of your way so that you can use the program as you normally would. Then, at any time, you can create new (full-screen) windows with other programs in them (including more shells), kill the current window, view a list of the active windows, turn output logging on and off, copy text between windows, view the scrollback history, switch between windows, etc. All windows run their programs completely independent of each other. Programs continue to run when their window is currently not visible and even when the whole screen session is detached from the users terminal.
GNU Screen Screenshots
GNU Screen Features
Comments and Reviews
Said about GNU Screen as an alternative
It has the most intuitive key bindings and the vastest range of capabilities amongst the ones I have tried. However, the first thing you should do after installation is to change command character because it is terrible choice.
Tags
- control-function
- Shell
- Window Manager
Category
OS & UtilitiesRecent user activities on GNU Screen
Guih48 added GNU Screen as alternative(s) to Twin
Habitual2042 thinks tmux is an alternative to GNU Screen
- DzmitryLahoda liked GNU ScreenDz
GNU Screen is just great. Very stable terminal multiplexer that works on almost any Linux based operating system. For those using remote shells frequently, Screen is definitely a joy to use. The learning curve is not very hard, the user has good documentation available and will find tips and configuration resources online without many troubles.