From owner-freebsd-newbies@FreeBSD.ORG Tue Aug 10 17:14:11 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9E0716A4CE for ; Tue, 10 Aug 2004 17:14:11 +0000 (GMT) Received: from fidel.freesurf.fr (fidel.freesurf.fr [212.43.206.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A90643D1D for ; Tue, 10 Aug 2004 17:14:11 +0000 (GMT) (envelope-from ogautherot@freesurf.fr) Received: from freesurf.fr (du-209-9.nat.adsl.claranet.fr [212.43.209.9]) by fidel.freesurf.fr (Postfix) with ESMTP id 0C7DD2A5FA5; Tue, 10 Aug 2004 19:14:09 +0200 (CEST) Message-ID: <4117B1DE.9010807@freesurf.fr> Date: Mon, 09 Aug 2004 19:18:22 +0200 From: Olivier Gautherot User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040709 X-Accept-Language: en-us, en MIME-Version: 1.0 To: DerAlSem References: <200408100923.54206.stevan.tiefert@freenet.de> <1371689745.20040810114424@inbox.ru> In-Reply-To: <1371689745.20040810114424@inbox.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-newbies@freebsd.org Subject: Re: Starting program in background... X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 17:14:12 -0000 DerAlSem wrote: >How can i run program in background? It cannot be run as a deamon. I >read in manual, that i should use "screen" command. But this prog is >port from linux, and it seems, there's no screen command under >FreeBSD. Starting with "&" parametr have no effect... It's giving me >pid, but program continues output to console... > > > You can start the command using "at", like at now my_command Note that all outputs (stdout and stderr) will be sent to you by email :-) Hope it helps Olivier