Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Aug 2001 17:51:54 -0500 (CDT)
From:      Peter da Silva <peter@abbnm.com>
To:        Maksim Yevmenkin <myevmenk@digisle.net>
Cc:        chris@calldei.com, Mike Barcroft <mike@FreeBSD.ORG>, hackers@FreeBSD.ORG, Peter da Silva <peter@baileynm.com>
Subject:   Re: Proposed Utility - detach(1)
Message-ID:  <200108242251.RAA0000008360@grendel.eng.baileynm.com>
In-Reply-To: <3B86D55E.A9BB0815@digisle.net> from Maksim Yevmenkin at "Aug 24, 2001 03:29:50 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
> what you probably want to do is:
> 
> % nohup sleep 5 &
> 
> to make sure that proccess is still alive if you logout.

This discussion is referring to a program I wrote over a decade ago that
actually creates a new process group and runs the programs under it, because
nohup is not always good enough. Much software does its own signal handling,
and quite often implements it incorrectly so that the signals ignore by
nohup are trapped and handled. The only way in the general case to ensure a
program remains unaffected by terminal control signals, if you don't have
the source, is to use a program like this.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108242251.RAA0000008360>