Table of Contents

Bash - bg (background) - job resume (builtin command)

About

Resume each suspended job in the background, as if it had been started with &.

Syntax

Resume each suspended job jobspec in the background, as if it had been started with &.

bg [jobspec ...]

where:

Exit Status

bg jobspec returns 0 unless: