What is the effect of ending a shell command with &?
&
Run the command as a background job and return the shell prompt immediately
Combine standard output and standard error into one file
Terminate the command as soon as it starts
Repeat the command indefinitely in the foreground