[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: question about job control
From: |
Greg Wooledge |
Subject: |
Re: question about job control |
Date: |
Tue, 15 Feb 2022 07:26:19 -0500 |
On Tue, Feb 15, 2022 at 12:08:51PM +0100, Alex fxmbsw7 Ratchev wrote:
> if job control is disabled, no background jobs at all can be created, or
> what ?
They can be created, but you can't "fg" them to the foreground.
> also when is job control disabled
In a script (non-interactive shell), by default; or if you use "set +m"
in an interactive shell.