Problem
In the Linux command line, you have started a process in the foreground. Explain how you would move that process to the background. Once it is running in the background, explain how you would find that process and bring it back to the foreground again. If you have an out-of-control process running in the background, how would you kill it?