Skip to content
Sakshi Sharma edited this page Aug 15, 2026 · 2 revisions

Enter the tmux session

tmux

Tmux commands

Detach from session: Ctrl B + D

Re-attach to the session

tmux list-session
tmux attach -t <session id>

Clone this wiki locally