[leaf-user] HOw to left procces ruunig on a LEA box....

2003-09-29 Thread jed anderson
How can i left proccess running in my LEAF (Bering) Box after logout a ssh sesion? in linux exist a NOARCH command but , what can i do in LEAF, how can i install that command on LEAF? -- __ Sign-up for your own personalized E-mail at Ma

Re: [leaf-user] HOw to left procces ruunig on a LEA box....

2003-09-29 Thread Jeff Newmiller
On Tue, 30 Sep 2003, jed anderson wrote: > How can i left proccess running in my LEAF (Bering) Box after logout a > ssh sesion? in linux exist a NOARCH command but , what can i do in > LEAF, how can i install that command on LEAF? I have never heard of a NOARCH command. I _have_ heard of nohup,

RE: [leaf-user] HOw to left procces ruunig on a LEA box....

2003-09-30 Thread Alex Rhomberg
> How can i left proccess running in my LEAF (Bering) Box after > logout a ssh sesion? > in linux exist a NOARCH command but , what can i do in LEAF, how > can i install that command on LEAF? You have to detach everything from you tty, i.e. stdin, stdout and stderr and start a background process:

RE: [leaf-user] HOw to left procces ruunig on a LEA box....

2003-09-30 Thread Jeff Newmiller
On Tue, 30 Sep 2003, Alex Rhomberg wrote: > > How can i left proccess running in my LEAF (Bering) Box after > > logout a ssh sesion? > > in linux exist a NOARCH command but , what can i do in LEAF, how > > can i install that command on LEAF? > > You have to detach everything from you tty, i.e. st