Run a Background Unix Process (even if user is disconnected)
Given we have a script test.sh, it is easy to run this script in the background while continuing to work in the current shell session. The most cited way is by adding '&' to the end of the command: ./test.sh & However, this approach has one