diff --git a/pages/common/jobs.md b/pages/common/jobs.md new file mode 100644 index 000000000..30c2c0fcd --- /dev/null +++ b/pages/common/jobs.md @@ -0,0 +1,19 @@ +# jobs + +> Display status of jobs in the current session. + +- 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`