Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!rpi!sci.ccny.cuny.edu!phri!cmcl2!kramden.acf.nyu.edu!brnstnd From: brnstnd@kramden.acf.nyu.edu (Dan Bernstein) Newsgroups: comp.unix.questions Subject: Re: Becoming parent ... Message-ID: <21605:Nov412:01:0490@kramden.acf.nyu.edu> Date: 4 Nov 90 12:01:04 GMT References: <24928@adm.BRL.MIL> <14326@smoke.brl.mil> Organization: IR Lines: 18 In article <14326@smoke.brl.mil> gwyn@smoke.brl.mil (Doug Gwyn) writes: > In article <24928@adm.BRL.MIL> MANNS%DBNPIB5.BITNET@cunyvm.cuny.edu (Jochen Manns, PI der Uni Bonn, 732738/3611) writes: > >So how can I attach to those processes again. > You cannot, at least not through any means I could recommend. But if he were using a BSD system, he could reattach through my pty program. As in the following: % sess foo (then this shell dies for some reason) % sess reconnect xx (where xx is the name of the session to reattach to) BSD wins. As usual. ---Dan