Created screen (markdown)

vielmetti 2014-10-14 08:53:27 -07:00
parent 3d0412afa7
commit dbca0c002c
1 changed files with 5 additions and 0 deletions

5
screen.md Normal file

@ -0,0 +1,5 @@
`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.
It's pretty handy. [[tmux]] does a similar set of things.
tutorials exist for screen, (but I don't know where they are yet).