Tmux
Revision as of 10:19, 22 April 2020 by Michael Murtaugh (talk | contribs)
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
Where shared is the name of the session, and users the name of a group that everybody is already a part of. See chgrp.
Sources