jobs
Command: Managing Background Processes
Summary
The jobs
command provides a convenient way to list, monitor, and manage background processes in your current shell environment. It is useful for checking the status of processes you've sent to the background using &
or Ctrl+Z
followed by bg
.