Linux Commands Reference - Complete Linux Command Guide

Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.

Share
Back to commands

tmux

Terminal multiplexer with windows and sessions

Syntax

tmux [OPTION]... [COMMAND]

Common Options

new -sCreate named session
attach -tAttach to session
lsList all sessions
kill-session -tKill session
-dDetach session
-fSpecify config file

Common Examples

tmux new -s dev

Create named session

tmux attach -t dev

Attach to session

tmux ls

List all sessions

tmux kill-session -t dev

Kill session

Ctrl+b d

Detach current session

Ctrl+b %

Split pane horizontally

Related Commands

Related Tools

More Code & Dev Tools