Screen is a text-based program usually described as a window manager or terminal multiplexer. While it does a great many things, its two biggest features are its detachability and its multiplexing. The detachability means that you can run programs from within screen, detach and logout, then log in later, reattach, and the programs will still be there. The multiplexing means that you can have multiple programs running within a single screen session, each within its own window. You can display multiple windows at once, or just switch between them, even if you only have a single terminal window to use.
For more info on what screen can do, see thedetailed description.
First stop for any questions should be theFAQ.
The official GNU screen page ishttp://www.gnu.org/software/screen/. The canonical repository for the screen source isftp://ftp.gnu.org/gnu/screen/. There are no official precompiled binaries, but your system vendor may have them available.
The current development sources may also be had from thegit repository; or you maybrowse them online. Note that building from the repository sources may require additional tools, such as GNU Autoconf.
The user discussion mailing list can be found athttp://lists.gnu.org/mailman/listinfo/screen-users. There is anIRC channel onLibera (irc.libera.chat) named#screen
.
See thebugtracker page for information on submitting or searching for bug reports regarding GNU Screen. If you're unsure whether something is a bug, feel free to ask about it on the mailing lists or in theIRC channel.
Like many complex things, screen has its ownterminology. Knowing it is useful when discussing screen.
Many people have written tutorials on screen:
[I intend to thin this list out a bit. I'd like to keep just a couple of the best tutorials on this page and put the rest on theother links page. To that end, I'd like comments on which ones are useful (or not useful), either in comments left on this page or inemail to me. <PMG>]
The screen configuration file can be a complex beast. Seescreen concepts,man page,configuration reference, orlinks to other people's config files.
There are, of course, many places across the web where screen is mentioned.Take a look at some of them.
This site is a wiki, which means that anyone can edit its pages. Please add to it information that would be useful. If you have ideas for what should be here but don't have the knowledge or time to add them, please add them to thesuggestions page.