What is an advantage of executing a process in background? Ans. The most common reason to put a process in the background is to allow you to do something else interactively without waiting for the process to complete. At the end of the command you add the special background symbol, &. This symbol tells your shell to execute the given command in the background. Example: cp *.* ../backup& (cp is for copy) - Study24x7
Social learning Network
10 Mar 2023 01:25 PM study24x7 study24x7

What is an advantage of executing a process in background? Ans. The most common reason to put a process in the background is to allow you to do something else interactively without waiting for the process to complete. At the end of the command you add the special background symb...

See more

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles