Concept Flow - Background processes (&)
User types command with &
Shell starts command
Command runs in background
Shell prompt returns immediately
User can run other commands
Background command finishes
Shell shows job completion message
The shell runs the command in the background, freeing the prompt immediately for new commands while the background job runs.