https://catalogartifact.azureedge.net/publicartifacts/pcloudhosting.ttmux-5cae6e47-698b-4346-ba27-737b7f4b261b/image3_pcloud.txt.png
Tmux
بواسطة pcloudhosting
Just a moment, logging you in...
Version 3.7b + Free Support on Ubuntu 26.04
tmux v3.7b is an open-source terminal multiplexer that allows users to create, manage, and control multiple terminal sessions, windows, and panes from a single terminal. It is useful for developers, system administrators, DevOps engineers, and users working with local or remote Linux servers.
Features of tmux:- Manage multiple terminal sessions from a single terminal.
- Create multiple terminal windows and split terminal panes.
- Detach and reattach persistent terminal sessions.
- Keep running processes active after SSH connections are disconnected.
- Support customizable keyboard shortcuts and configuration files.
- Provide lightweight and efficient terminal session management.
- Support remote server administration and SSH-based workflows.
- Useful for development, DevOps, monitoring, automation, and system administration.
tmux Usage:
$ sudo su $ which tmux $ cd /usr/local/src/tmux-3.7b # Check tmux version: $ tmux -V # Start a new tmux session: $ tmux new -s mysession # List active tmux sessions: $ tmux ls # Attach to an existing session: $ tmux attach -t mysession # Detach from the current session: $ Ctrl+b $ d # Kill a tmux session: $ tmux kill-session -t mysession