home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / question / 9498 < prev    next >
Encoding:
Internet Message Format  |  1992-07-28  |  1.2 KB

  1. Path: sparky!uunet!ogicse!das-news.harvard.edu!cantaloupe.srv.cs.cmu.edu!crabapple.srv.cs.cmu.edu!andrew.cmu.edu!as5l+
  2. From: as5l+@andrew.cmu.edu (Ashvini Sharma)
  3. Newsgroups: comp.unix.questions
  4. Subject: Impossible?: passing a process to it's child
  5. Message-ID: <EeRNHXC00WB5MZeXM3@andrew.cmu.edu>
  6. Date: 28 Jul 92 10:41:39 GMT
  7. Article-I.D.: andrew.EeRNHXC00WB5MZeXM3
  8. Organization: Sophomore, Electrical and Computer Engineering, Carnegie Mellon, Pittsburgh, PA
  9. Lines: 38
  10.  
  11. hi,
  12.     I have this problem:
  13.  
  14.             shell       <------ parent
  15.               |
  16.               |
  17.          mail reader    <------ child
  18.  
  19. and I start up another process, say screen in this shell also:
  20.  
  21.             shell
  22.             /  \
  23.            /    \
  24.   mail reader   screen
  25.                  /  \ ...
  26.                 /    \
  27.              shell  emacs
  28.  
  29. Is it possible to do this? :
  30.  
  31.             shell
  32.               |
  33.               |
  34.            screen
  35.             /  \ ...
  36.            /    \
  37.         shell  emacs
  38.           |
  39.           |
  40.       mail reader
  41.  
  42. i.e., transfer mail reader to another shell, which is a child of the
  43. previous one? The most likely answer to this is no, but will someone
  44. give me an explanation????
  45.  
  46. thanks a lot
  47.  
  48. ash
  49.