Re: stopped jobs

2006-09-18 Thread Paul Johnson
On Sunday 17 September 2006 22:43, George Adamides wrote: > sometimes when i try to logout from my linux system i get the following > message: #There are stopped jobs. > > what does this mean and how do i handle this issue? Type fg to bring to the foreground any program you have ru

Re: stopped jobs

2006-09-18 Thread Mumia W.
On 09/18/2006 12:43 AM, George Adamides wrote: sometimes when i try to logout from my linux system i get the following message: #There are stopped jobs. what does this mean and how do i handle this issue? Type "jobs" to find out what they are. -- To UNSUBSCRIBE, email to [EMAIL

Re: stopped jobs

2006-09-18 Thread Jochen Schulz
George Adamides: > > sometimes when i try to logout from my linux system i get the following > message: > #There are stopped jobs. > > what does this mean and how do i handle this issue? Background: You can suspend jobs in a shell by pressing Ctrl+z or let them run in

Re: stopped jobs

2006-09-18 Thread Michael Ott
Hello George! > sometimes when i try to logout from my linux system i get the following > message: > #There are stopped jobs. This means that you run applications (editor, applications start with "&" on the end) and you do not finish it. > what does this mean and how d

stopped jobs

2006-09-17 Thread George Adamides
sometimes when i try to logout from my linux system i get the following message: #There are stopped jobs.   what does this mean and how do i handle this issue?