Which of the following statements is correct for a command ending with an & character?
Which of the following statements is correct for a command ending with an & character?
A command ending with an '&' character is executed in the background of the current shell. This allows the user to continue using the terminal without waiting for the command to finish its execution.
B is correct
command will run in the background