Tmux
Revision as of 10:18, 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
Sources