TMUX Sessions
Create Session |
tmux new -s [name] |
Attach to a Session |
tmux attach -t [name] |
List Sessions |
tmux ls |
Kill Session |
tmux kill-session -t [name] |
Comments
Related
Create Session |
tmux new -s [name] |
Attach to a Session |
tmux attach -t [name] |
List Sessions |
tmux ls |
Kill Session |
tmux kill-session -t [name] |