💡 How to use navigation: To expand the material, click on the triangle in front of the text.
Tmux is a powerful tool for Linux (and other Unix-like systems) that allows you to create and manage multi-terminal sessions. It is especially useful when working over SSH, on servers, or when you need to keep processes running in the background. I’ll explain everything step by step.
Full name: Terminal Multiplexer
Purpose: Splits a single terminal into multiple "windows" and "panes," allowing you to switch between them, detach from a session, and return later — even after a server reboot.
Advantages over a regular terminal:
📁 Installation on Linux
📁 Basic Usage (Quick Start)
📁 Tmux Quick Command Reference: Working with Windows
📁 Advanced .tmux.conf Configuration (Ready-to-Use File)
🧠 TMUX 3.4 — Complete Command Reference