site/wiki/source/screen.md

12 lines
471 B
Markdown
Raw Normal View History

---
2019-10-22 12:34:33 +00:00
title: terminal multiplexers - screen
2020-04-13 05:21:38 +00:00
category: software
---
`screen` is a unix utility that lets you manage multiple shells from within a single window. You switch between them with a few keystrokes. When you disconnect it keeps the processes alive, and you can reconnect from another login.
2019-10-22 12:34:33 +00:00
It's pretty handy. [tmux](tmux.html) does a similar set of things.
a nice [screen tutorial](http://tilde.club/~jonathan/screen/) from ~jonathan will walk you through it.