๐ŸŽ New User? Get 20% off your first purchase with code NEWUSER20 ยท โšก Instant download ยท ๐Ÿ”’ Secure checkout Register Now โ†’
Menu

Categories

Linux Intermediate

What is Tmux?

A terminal multiplexer that allows running multiple terminal sessions within a single window, with detach/reattach capability.

Tmux lets you create multiple terminal panes and windows in a single SSH session. Sessions persist when you disconnect, so long-running commands continue even if your connection drops. Reattach later with tmux attach.

Key concepts include sessions (top-level containers), windows (tabs), and panes (splits within a window). Tmux is essential for remote server work, pair programming, and managing complex terminal workflows.

Related Terms

Nohup
A command that runs a process immune to hangup signals, allowing it to continue after the terminal session ends.
Curl
A versatile command-line tool for transferring data using various network protocols, commonly used for API testing.
Systemd Timer
A systemd unit that triggers services on a schedule or at specific events, serving as a modern alternative to cron jobs.
Network Namespace
A Linux kernel feature that provides isolated network stacks with independent interfaces, routing tables, and firewall rules.
Symbolic Link
A special file that acts as a shortcut pointing to another file or directory in the filesystem.
Procfs (/proc)
A virtual filesystem in Linux that provides an interface to kernel data structures, exposing process and system information as files.
View All Linux Terms โ†’