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