Managing Long-Running Tasks on Unix-like Systems
This guide shows how to move an already-running foreground task into the background on Unix-like systems and keep it running after logout with
Ctrl+Z, bg, and disown.……