GNU Screen: Difference between revisions
Jump to navigation
Jump to search
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:... |
Undo revision 436 by Ovipowumon (talk) |
||
| (3 intermediate revisions by 2 users not shown) | |||
| 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: | ||
Latest revision as of 22:18, 24 November 2010
Multiuser Screen Session[edit]
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