Skip to content

Unescape Tmux

Objective

Tmux is short for Terminal Multiplexer. It's an open source tool that allows you to display more than one shell on a single text based terminal. It also allows you to detach a session so that it keeps running while you're logged out, and can be reattached when you sign back in. Pepper Minstix needs some help remembering how to resume a session.

Tip

Visit tmuxcheatsheet.com for a quick reference of common tmux commands.

Solution

elf@0bc3b54183db:~$ tmux list-session
0: 1 windows (created Wed Dec 30 20:58:38 2020) [80x24]

elf@0bc3b54183db:~$ tmux attach -t 0