What does appending & to a shell command do?
&
Runs it with root privileges.
Terminates it immediately.
Suppresses all output automatically.
Starts it as a background job and returns the prompt for other commands.