tmux

  • Shared tmux session tmux new-session -s tmux attach-session -t

  • Shared tmux session with another user tmux -S /tmp/ new -s # Create session chgrp /tmp/ # change group of socket (other user needs that group) tmux -S /tmp/ attach -t # from the other user, attach to the session using the socket