What does placing & at the end of a shell command do?
&
It forces the shell to wait in the foreground.
It immediately terminates the command before it starts.
It appends the command's output to a file.
It starts the command as a background job and returns control to the shell prompt.