Overview

The Linux tmux and GNU screen commands are terminal multiplexers – in brief, these commands let a user launch and use multiple shell sessions from a single ssh session.
The screen or tmux commands also allow a user to start a process in a terminal, disconnect from that terminal, and then reconnect without having to restart the process. This is very useful as your tmux/screen session will remain active even if you lose your network connection.

Both of these programs are available on Teton. At the command prompt, simply type screen or tmux and hit enter.

Shortcuts:

While in a terminal window, press Ctrl-a (for screen) or Ctrl-b (for tmux) to access these shortcuts. The screen variants are presented here.