Skip to content

Handle Sessions Using Tmux (in FHV VMs)

Marco Prescher edited this page Apr 1, 2022 · 1 revision

Create New Session:
tmux

(start long-running-process in session -> after running tmux you are already in the new session)

Leave Session: (without closing it)

  1. ctrl + b
  2. d

List All Running Sessions:
tmux list-sessions

Access Running Session:
tmux attach-session -t <session-name>

Terminate Session (in Session):

  1. ctrl + b
  2. x
  3. y
Clone this wiki locally