Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 start a process in a terminal, disconnect from that terminal, and then reconnect from a different location to that same terminal without having to restart the commandprocess. 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.

...