Description
Programs can keep running in the background after the launching terminal is closed. The utility is useful for long tasks, scripts, and remote shell sessions where interruption would waste work.
Background processes can continue consuming resources or writing files unnoticed. Redirect logs intentionally, know how to stop the process, and avoid hiding commands that need supervision.