Tools
Practical
By Samson Tanimawo, PhD
Published Dec 31, 2025
4 min read
tmux Multiple Sessions
tmux for multiple long-running sessions.
Live workflow · 3 working · 1 queuedLive
Signal · gather Working
Decide · pick action Working
Apply · with verify Working
Learn · update playbook Queued
Create
tmux new -s work creates a named session.
Detach with Ctrl+B then d.
Attach
tmux attach -t work re-attaches.
Multiple sessions; switch via tmux ls.
Benefit
Long-running commands survive disconnect.
Attaches preserve context across SSH outages.