Shell / Commands

Job Control

English

Overview

A feature for controlling processes in the foreground or background.

Details

A shell feature for switching a process's execution between foreground and background, and pausing or resuming it. Ctrl+Z pauses it, and the bg command moves it to the background.

More Linux terms