tmux
Terminal multiplexer for persistent sessions.
KaliParrotLinuxpassive
pkg: tmux
tmux splits, tabs and detaches terminal sessions — keep long scans/shells alive across disconnects.
Syntax
tmux [new|attach]
Example
tmux new -s engage
Starts a named session you can detach and reattach to later.
Advantages
- Persistent, splittable sessions
- Survives SSH drops
Disadvantages
- Keybinding learning curve
- Config tweaking
Tags
#terminal#workflow
Official docs: tmux ↗
Frequently asked questions
What is tmux used for?
tmux splits, tabs and detaches terminal sessions — keep long scans/shells alive across disconnects.
What is an example tmux command?
A common example is: tmux new -s engage — Starts a named session you can detach and reattach to later.
Is tmux part of Kali Linux?
Yes. tmux ships with Kali Linux (and Parrot OS). If missing, install it with: sudo apt install tmux.
What category of security tool is tmux?
tmux is a Core Linux tool with a passive-risk profile when run against a live target.
Try recon tools live
Run real scans against a domain you control, stage by stage.