GNU Screen: Difference between revisions
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
== Multiuser Screen Session == | == Multiuser Screen Session == | ||
I | I consistently forget the details every time I have a use for this functionality. Hence herein lies the details: | ||
On the first terminal: | On the first terminal: | ||
Revision as of 19:31, 26 February 2008
Multiuser Screen Session
I 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