Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <3F7E41D2.70200@urth.org> Date: Fri, 03 Oct 2003 20:43:14 -0700 From: Terrence Brannon User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20030925 X-Accept-Language: en-us, en MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: [ANNOUNCEMENT] New package: setsid-0.0-3 References: <20030918211941 DOT 5BAE432A822 AT redhat DOT com> In-Reply-To: <20030918211941.5BAE432A822@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit >Basically it allows to call an application, say `sleep', like this: > > setsid sleep 10 > >`setsid' forks and detaches from the controlling terminal and so >the inferior application will not be attached to the terminal as >well. Or, to make it short, you can start an application as above >and immediately close the Windows console window while that application >keeps running. > > > that sounds like nohup a bit... no need to reply... just thinking out loud -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/