diff --git a/share_tmux_session.md b/share_tmux_session.md index fb299a1..785052b 100644 --- a/share_tmux_session.md +++ b/share_tmux_session.md @@ -12,17 +12,21 @@ this. So we have created the folder: -* ``/var/tmux/shared`` which is writable to the fi-apprentice group +* ``/var/tmux/`` which is writable for both the ``fi-apprentice`` and + ``sysadmin`` groups You can then create a tmux session using: ``` - tmux -S /var/tmux/shared new -s + tmux -S /var/tmux/ new -s ``` And the other person(s) can join it using: ``` - tmux -S /var/tmux/shared att -t + tmux -S /var/tmux/ att -t ``` + +Once the person who created the shared session stops it, the people who have +joined will be kicked out of the session as well.