Table of Contents

Linux - Session

tmux

GNU Screen is almost 25 years old whereas tmux development is new (with bugs fixed).

Example:

tmux
echo mySession
tmux ls
0: 1 windows (created Mon Jan  8 16:12:13 2018) [80x23]

tmux attach -t 0

Back in the tmux session

Documentation / Reference