There are stopped jobs?
Seen this error, There are stopped jobs, when exiting/logging out of the terminal window? Well, as I’ve come to know, this is to do with linux jobs. In order to see the current stopped jobs, type the command, jobs To send an existing program that you are working on to the background and continue working at the shell prompt, use, ctrl+z. To continue with the program that you have sent to the background, use the command, fg ....