๐ŸŽ 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

Linux Bridge
A software-based network switch in the Linux kernel that connects multiple network interfaces at Layer 2, enabling VM and container networking.
Kernel
The core component of an operating system that manages hardware resources and provides services to software.
Wget
A command-line utility for downloading files from the web, supporting HTTP, HTTPS, and FTP protocols.
RAID
Redundant Array of Independent Disks โ€” a technology combining multiple physical drives into a single unit for performance, redundancy, or both.
Journald
The systemd journal daemon that collects and stores log data from services, the kernel, and boot messages in a structured binary format.
Firewalld
A dynamic firewall management tool for Linux that provides a D-Bus interface for managing firewall rules with zones.
View All Linux Terms โ†’