Open System Services Shell and Utilities Reference Manual (G06.28+, H06.05+)

jobs(1) OSS Shell and Utilities Reference Manual
NAME
jobs - Lists processes
SYNOPSIS
jobs [-lnp][job ...]
FLAGS
-l Lists process IDs in addition to the normal information.
-n Lists jobs that have stopped or exited since last invocation.
-p Lists only the process group.
DESCRIPTION
The jobs command lists information about the process specied as job.Ifjob is not specied, the
jobs command provides information on all active processes.
EXAMPLES
1. The following command lists all jobs, including job numbers and PIDs.
jobs -l
NOTES
The jobs command is a shell built-in command. It differs from the regular commands in that it
does not open a new shell process when it executes.
A general discussion of shell built-in commands and a list of the OSS shell built-in commands
are in the reference page for sh(1).
RELATED INFORMATION
Commands: sh(1).
460 Hewlett-Packard Company 527188-007