From c2e6970c8ca37646ec8e2aa7efbd53cf99ac6cff Mon Sep 17 00:00:00 2001 From: Yuri Slobodyanyuk Date: Fri, 2 Oct 2020 08:06:44 +0000 Subject: [PATCH] ongoing additions, changes, and fixes --- gnu-screen-cheat-sheet.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu-screen-cheat-sheet.adoc b/gnu-screen-cheat-sheet.adoc index 23a2390..f23c9ec 100644 --- a/gnu-screen-cheat-sheet.adoc +++ b/gnu-screen-cheat-sheet.adoc @@ -108,7 +108,7 @@ 2+|*Sharing session (e.g. for pair programming)* - +[cols="1,1"] a|Original session (say _user1_): . Set suid root bit on `screen` binary: `chmod +s /usr/bin.screen` @@ -117,9 +117,9 @@ a|Original session (say _user1_): Connecting user (say _user2_): -. Run in shell: `screen -x /', in our example `screen -x user1/` +. Run in shell: `screen -x /`, in our example `screen -x user1/` -|Sets up sharing the session. Another user connecting to the session views real-time its output, can enter and run commands himself. Also see *aclchg*, *acldel*, *aclgrp* for controlling access to the session. +|Sets up sharing the session. Another user connecting to the session views real-time its output, can enter and run commands himself. Also see *aclchg*, *acldel*, *aclgrp* for controlling what the connecting user can and cannot do. |*C-a ** | See who is connected to your shared screen session.