jobs
BASH builtin for viewing information about processes spawned by the current shell. More information: https://manned.org/jobs.
- View jobs spawned by the current shell:
jobs
- List jobs and their process IDs:
jobs -l
- Display information about jobs with changed status:
jobs -n
- Display process ID of process group leader:
jobs -p
- Display running processes:
jobs -r
- Display stopped processes:
jobs -s
This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.