March 2012
Beginner to intermediate
230 pages
7h 27m
English
jobs
The built-in command jobs
lists the jobs running in your current shell.
$ jobs [1]- Running emacs myfile & [2]+ Stopped su
The integer on the left is the job number, and the plus sign
identifies the default job affected by the fg (foreground) and bg (background) commands.
Read now
Unlock full access