Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Aug 2004 19:18:22 +0200
From:      Olivier Gautherot <ogautherot@freesurf.fr>
To:        DerAlSem <deralsem@inbox.ru>
Cc:        freebsd-newbies@freebsd.org
Subject:   Re: Starting program in background...
Message-ID:  <4117B1DE.9010807@freesurf.fr>
In-Reply-To: <1371689745.20040810114424@inbox.ru>
References:  <BAY10-F46xw0ogeftaj0000d80b@hotmail.com> <200408100923.54206.stevan.tiefert@freenet.de> <1371689745.20040810114424@inbox.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
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



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