Thursday, 28th August 2008
Listing jobs running is pretty simple, in fact we've already used it numerous times, the command is called jobs. If you've been following the document exactly you should be running man info, just use
Ctrl+Z
man info
[2]+ Stopped man info
To list your jobs type
$ jobs
[1]- Stopped info
[2]+ Stopped man info
Now that the list jobs command has been explained, its time for the final section, which is about stopping jobs.