exec make buildworld

Gert Cuykens gert.cuykens at gmail.com
Mon Apr 4 10:54:19 PDT 2005


On Apr 4, 2005 12:03 PM, Andrew P. <infofarmer at mail.ru> wrote:
> Jonathan Chen wrote:
> > 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
> 
> It's kinda strange, but it didn't work for me yesterday.
> The build stopped as soon as I logged out, I used
> Ctrl-D instead of logout though.
> 
> What I find more comfortable is
> # at + 1 minute
> make buildworld
> Ctrl-D
> 
> Some time after I have new mail, containing all the
> output (stdout and stderr) from the task. That's cute.
> 

i think it did not work because you have to do "exec make buildworld >
log.file & logout" dont know did not try it yet :)

Is ctrl+D the same as close exit or logout or does it stand for detach
and run in the background ? If i do ctrl +D in a terminal doing
nothing ? Will the terminal be runing forever in the background doing
nothing untill i kill it ?
Where can you find a list of csh ctrl commands ?


More information about the freebsd-questions mailing list