On Mon, May 30, 2016 at 6:20 PM, Richard W.M. Jones <rjones@redhat.com> wrote:
On Sun, May 29, 2016 at 06:51:20PM -0600, Chris Murphy wrote:
> So there's tmux, screen, curl, wget, and probably quite a few others
> that don't necessarily get daemonized that are probably affected.

Currently you can `scp ... &' and the process will survive a logout
and continue running.  Very useful when you want to copy files between
machines without waiting around.

Rich.

IMO it is expected that any process started with & will survive a logout. If this does not allow that behavior by default it will invite much discord.