Table of Contents

tmux

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

Example:

  • Create a tmux session
tmux
  • Perform some action
echo mySession
  • Disconnect
  • List the session
tmux ls
0: 1 windows (created Mon Jan  8 16:12:13 2018) [80x23]

  • Reconnect
tmux attach -t 0

Back in the tmux session

Documentation / Reference