GNU Screen: Difference between revisions

From The Incoherency.Net Wiki
Jump to navigation Jump to search
Denis (talk | contribs)
New page: = GNU Screen = == Multiuser Screen Session == I can consistently forget the details every time I have a use for this functionality. Hence herein lies the details: On the first terminal:...
 
Denis (talk | contribs)
Line 1: Line 1:
= GNU Screen =
== Multiuser Screen Session ==
== Multiuser Screen Session ==



Revision as of 17:58, 26 February 2008

Multiuser Screen Session

I can consistently forget the details every time I have a use for this functionality. Hence herein lies the details:

On the first terminal:

screen -S sessionname
multiuser on
acladd user


On the other terminal:

screen -x user/sessionname