community man page

jobs

Display status of jobs in the current session.

10 examples·source: tldr · CC-BY·status: verified
Reading is open to everyone. Suggesting a flag, fixing an example or adding a recipe is opening to verified-email accounts soon — every change is moderated before it goes live.
curl https://curlhub.sh/man/jobs
same page, in your terminal

Examples

View jobs spawned by the current shell GNU

jobs

List jobs and their process IDs GNU

jobs -l

Display information about jobs with changed status GNU

jobs -n

Display only process IDs GNU

jobs -p

Display running processes GNU

jobs -r

Display stopped processes GNU

jobs -s

Show status of all jobs

jobs

Show status of a particular job

jobs %job_id

Show status and process IDs of all jobs

jobs -l

Show process IDs of all jobs

jobs -p