When I used to execute the jobs command I got a list of running processes with their respective process-ID, but in Ubuntu lucid lynx this doesn't seem to be working. Anyone have a solution?
|
feedback
|
migrated from stackoverflow.com Jun 15 '10 at 13:31
This question came from our site for professional and enthusiast programmers.
|
If what you want is | |||||||
feedback
|
sleep 15 & jobs -land you should see an entry listed for the sleep command running in the background. After 15 seconds issue anotherjobs -land it will be gone (at some point after pressing enter at the prompt you'll get a "Done" message). – Dennis Williamson Jun 16 '10 at 4:36