bg


bg

Purpose

Run an interrupted process in the background.

Syntax

bg

Options

None

Description

After you type a command that takes a long time to finish, you can press Ctrl-Z to interrupt the process. Then, you can type bg to continue that command in the background while you type other commands at the shell prompt. bg is a built-in command of the Bash shell.