exec make buildworld

Jonathan Chen jonc at chen.org.nz
Mon Apr 4 00:59:59 PDT 2005


On Mon, Apr 04, 2005 at 06:16:14AM +0200, Gert Cuykens wrote:
> On Apr 4, 2005 6:07 AM, Gert Cuykens <gert.cuykens at gmail.com> wrote:
> > Is it possible to do a ssh conection then do exec make buildworld on
> > the remote system close the conection and do a conection again later
> > and get the output from make buildworld again ?
> > 
> 
> Doh i forgot the important part again, without using screen :)

    # make buildworld >& log.file &
    # logout

Later:

    # more log.file

-- 
Jonathan Chen <jonc at chen.org.nz>
-----------------------------------------------------------------------
"I love deadlines. I like the whooshing sound they make as they fly by"
                                                        - Douglas Adams


More information about the freebsd-questions mailing list