Skip to content

Instantly share code, notes, and snippets.

@likwid
Created May 10, 2017 16:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save likwid/b3c2e70035542689c9b50bca832a4514 to your computer and use it in GitHub Desktop.
Save likwid/b3c2e70035542689c9b50bca832a4514 to your computer and use it in GitHub Desktop.
Shared Tmux
sudo mkdir /var/tmux
sudo chgrp $GROUP_NAME /var/tmux
sudo chmod g+ws /var/tmux
tmux -S /var/tmux/shared new -s $SESSION_NAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment