Concept Flow - Running commands in background (&)
Start command
Add & to command
Shell runs command in background
Shell prompt returns immediately
Command runs independently
User can run other commands
The shell runs the command in the background when & is added, so the prompt returns immediately and the command runs independently.