Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Apr 2005 19:59:56 +1200
From:      Jonathan Chen <jonc@chen.org.nz>
To:        Gert Cuykens <gert.cuykens@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: exec make buildworld
Message-ID:  <20050404075956.GB10062@osiris.chen.org.nz>
In-Reply-To: <ef60af09050403211677e461f5@mail.gmail.com>
References:  <ef60af090504032107b252308@mail.gmail.com> <ef60af09050403211677e461f5@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Apr 04, 2005 at 06:16:14AM +0200, Gert Cuykens wrote:
> On Apr 4, 2005 6:07 AM, Gert Cuykens <gert.cuykens@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@chen.org.nz>
-----------------------------------------------------------------------
"I love deadlines. I like the whooshing sound they make as they fly by"
                                                        - Douglas Adams



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