# List Existing Sessions tmux ls # Start New Session With Name tmux new -s <Session Name> # Attach To An Existing Session tmux attach-session -t <Session Name> # Detach From The Current Session Ctrl+B D