Question - Explain the advantage of executing processes in the background? 
          
        
        Answer - 
        The general advantage of executing processes in the background is to get the possibility to execute some other process without waiting for the previous process to get completed. The symbol “&” at the end of the process tells the shell to execute a given command in the background.