Skip to content

Instantly share code, notes, and snippets.

@NISH1001
Last active October 4, 2018 08:38
Show Gist options
  • Save NISH1001/1333140145a9c072bcb18f9bb4fb1770 to your computer and use it in GitHub Desktop.
Save NISH1001/1333140145a9c072bcb18f9bb4fb1770 to your computer and use it in GitHub Desktop.

create new session

tmux new -s session_name

attach to existing session

tmux a -t session_name

kill session

tmux kill-session -t session_name

Note : Do not do tmux kill-session -a This kills all the session

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment