User Tools

Site Tools


atmos:citation:soft:tmux

This is an old revision of the document!


TMUX - Terminal Multiplexer

Tmux allows virtual sessions that you can attach to and de-attach to. Good for doing things that you don't want to fail due to network issue, like installing updates.

*Basic Commans

  • New Session - tmux new -s myname
  • Attach to Existing Session - tmux a -t myname
  • De-attach to Session - control d
atmos/citation/soft/tmux.1463930822.txt.gz · Last modified: 2020/01/29 17:25 (external edit)