From 5edb95274b272f50e416b91bf12f4d6e17ad1769 Mon Sep 17 00:00:00 2001 From: Yuri Slobodyanyuk Date: Fri, 2 Oct 2020 08:02:44 +0000 Subject: [PATCH] ongoing additions, changes, and fixes --- gnu-screen-cheat-sheet.adoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnu-screen-cheat-sheet.adoc b/gnu-screen-cheat-sheet.adoc index d65e849..23a2390 100644 --- a/gnu-screen-cheat-sheet.adoc +++ b/gnu-screen-cheat-sheet.adoc @@ -105,9 +105,11 @@ |*Save session state* |This is not possible. If you use the same layout each session, you can put start up commands to re-create it in `.screenrc` file in your home directory, but still - you cannot save the current session state, i.e. contents of the windows and their layout. -a|*Sharing session (e.g. for pair programming)* +2+|*Sharing session (e.g. for pair programming)* -Original session (say _user1_): + + +a|Original session (say _user1_): . Set suid root bit on `screen` binary: `chmod +s /usr/bin.screen` . Inside session you want to share: `C-a :` then `multiuser on` to enable sharing session.