Linux Commands Reference - Complete Linux Command Guide

Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.

Share
Back to commands

jobs

List active jobs

Syntax

jobs [OPTION]... [JOB_SPEC]

Common Options

-lShow process IDs
-pShow process group IDs only
-rShow running jobs only
-sShow stopped jobs only

Common Examples

jobs

List jobs

jobs -l

List jobs with PIDs

Related Commands

Related Tools

More Code & Dev Tools