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

Bash Liste Des Attaques Ovh

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:

  • jobspec If jobspec is not present, the shell’s notion of the current job is used.

Exit Status

bg jobspec returns 0 unless:

  • run when job control is disabled
  • or, when run with job control enabled, any specified jobspec was not found or was started without job control.





Discover More
Bash Liste Des Attaques Ovh
Bash - Builtin Commands

builtin refers to: a builtin command. See or to the specific builtin command. See (useful when defining a function whose name is the same as a shell builtin) The builtin command execute the specified...



Share this page:
Follow us:
Task Runner