Sharing a Tmux Session

You:

tmux -S /tmp/somefile

Them:

tmux -S /tmp/somefile attach

Just a quick reference. Something I do just often enough to consistently forget the arguments.

Leave a Comment