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 initiate a command from one terminal, disconnect from that terminal, and then reconnect from a different location to that same terminal without having to restart the command.

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.