Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 707 Bytes

File metadata and controls

39 lines (24 loc) · 707 Bytes

Tmux

tmux — terminal multiplexer

tmux is a terminal multiplexer: it enables a number of terminals to be created, accessed, and controlled from a single screen. tmux may be detached from a screen and continue running in the background, then later reattached.

Usage

  • New Session
tmux
  • List Session(s)
tmux ls
  • Detach Session
tmux detach

Or shortcut ctrl-b then d after it, can be used.

  • Attach Session

After logging into the system, run:

tmux attach

Real Cheatsheet: TmuxCheatsheet

Alternative(s): TecMint