Xref: utzoo comp.unix.questions:22706 comp.unix.wizards:22320 Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!njin!princeton!cs!samadams!tr From: tr@samadams.princeton.edu (Tom Reingold) Newsgroups: comp.unix.questions,comp.unix.wizards Subject: Re: Tranfering nohup processes between ttys Message-ID: <191@rossignol.Princeton.EDU> Date: 6 Jun 90 14:01:09 GMT References: <1990Jun3.191948.13333@murdoch.acc.Virginia.EDU> Sender: news@cs.Princeton.EDU Followup-To: comp.unix.questions Organization: Princeton University, NJ Lines: 22 In article <1990Jun3.191948.13333@murdoch.acc.Virginia.EDU> aj3u@ra.cs.Virginia.EDU (Asim Jalis) writes: $ Is there an easy way to transfer nohup process which has been spawned $ by a parent no longer alive, between ttys? I am not sure how clearly, $ I have expressed myself. Let me try again. Suppose I leave an emacs $ process running, and exit. If I login as a new tty, is there a way to $ get back into my emacs process? I know of only one way to do this, and it's not any goodd for many situations. There is a program caled "screen" which is freeware and runs only ony BSD flavors of Unix. If you hangup during a screen session, logging back in allows you to reattach to the screen's child processes. This is an added feature of "screen"; it's not its main purpose. Its main purpose is to have virtual screens on a simple tty. -- Tom Reingold tr@samadams.princeton.edu rutgers!princeton!samadams!tr 201-560-6082