From mboxrd@z Thu Jan 1 00:00:00 1970 From: xlp Subject: daemonization Date: Fri, 28 Jun 2002 15:49:13 -0500 Sender: linux-c-programming-owner@vger.kernel.org Message-ID: <20020628154913.A377@nietzsche> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Return-path: Content-Disposition: inline List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-c-programming@vger.kernel.org Hi, I want to understand How can a executale object in Unix can become a "daemon" ? How can it deal with stdout, and ttys it's connected to? What are the C library function I should read man?. bye