From dbca0c002cda81025b42dcb2bdf528aa513972a5 Mon Sep 17 00:00:00 2001 From: vielmetti Date: Tue, 14 Oct 2014 08:53:27 -0700 Subject: [PATCH] Created screen (markdown) --- screen.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 screen.md diff --git a/screen.md b/screen.md new file mode 100644 index 0000000..38ae847 --- /dev/null +++ b/screen.md @@ -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). \ No newline at end of file