Tmux

From XPUB & Lens-Based wiki

sharing between different account involves using a "socket" -- a special file that can be configured to be sharable.

 tmux -S /tmp/shared new -s shared
 chgrp users /tmp/shared


Sources