Keeping Commands Running with GNU Screen
Learn how to keep commands running in the CLI with GNU Screen.
We'll cover the following...
We may occasionally find ourselves in situations where we want to keep something running for a longer period of time, even when we close our shell session. We might need a file to download, a program to compile, or a complex installation process to finish. We’ve already seen how to do background tasks, but often ...