Bash Background Process Management - LinuxConfig.org

There are many times when a Bash developer or user will want to run a process in the background, either from the command line or from inside a bash script, and then handle that same process again later. There are various command line tools which allow one to do so. Being able to start, manage and destroy background processes is a requirement for many more advanced level tasks, especially in the areas of advanced scripting and process control.


This is a companion discussion topic for the original entry at https://linuxconfig.org/bash-background-process-management