Difference between revisions of "screen"

From Peyton Hall Documentation
Jump to navigation Jump to search
m (Created 'screen' page, needs much expanding.)
 
m
 
Line 2: Line 2:
  
 
{{stub}}
 
{{stub}}
 +
 +
 +
==See Also==
 +
* http://en.gentoo-wiki.com/wiki/Screen
  
 
[[Category:Unix Commands]]
 
[[Category:Unix Commands]]
 
[[Category:Software]]
 
[[Category:Software]]

Latest revision as of 19:27, 4 May 2011

GNU screen is a "terminal multiplexer", a program that allows you to have more than one shell in a single terminal window. It is very flexible and highly configurable, and arguably its best feature is the ability to detach a session and leave all the child programs and shells running, reattaching it at a later time (for example, after logging in from another location).


See Also