I run an installation command in linux that immediately after hitting enter returns me back to the prompt but continues to install.
Does that mean it is run in the background or does it merely mean there is no print to the stdout?
My final goal is to perform a wait on the command but I can't understand if it's run in background or not.