bg (built-in Bash command)

Content

 

Data

License: GNU GPLv3 +
Version number: GNU Bash 5
Developer / owner: Free Software Foundation Inc.

Short description:

The manual page and help for the bg Bash built-in command. Use the bg command to manage workflows on Unix-like operating systems.

 

 

Man page output

man bash
[...]
       bg [jobspec ...]
              Resume each suspended job jobspec in the background, as if it had been started with
              &.  If jobspec is not present, the shell's notion of the current job is  used.   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.
[...]

 

 

Help output

bg --help
bg: bg [munkaszám ...]
    Munka háttérbe küldése.

    A MUNKASZÁM által meghatározott munkákat háttérbe küldi, mintha „&”
    jellel a parancs végén lettek volna indítva. Ha nincs MUNKASZÁM, a
    parancsértelmező által megjegyzett aktuális munkára vonatkozik a parancs.

    Kilépési kód:
    Sikerrel tér vissza, kivéve ha a munkakezelés le van tiltva, vagy
    hiba történt.

 

Related Content