Control Jobs - Monitor Process Status | Online Free DevTools by Hexmos
Control jobs running in your current session with the 'jobs' command. Monitor background processes and retrieve process IDs easily. Free online tool, no registration required.
jobs
Display status of jobs in the current session. More information: https://manned.org/jobs.
- 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
