Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!snorkelwacker.mit.edu!shelby!neon!hitt From: hitt@Neon.Stanford.EDU (Daniel Hitt) Newsgroups: comp.unix.questions Subject: attaching a job, changing the tty of a process Summary: how does one ``attach'' a job? Keywords: attach, tty, process, background, foreground Message-ID: <1991Feb27.034224.8021@Neon.Stanford.EDU> Date: 27 Feb 91 03:42:24 GMT Sender: hitt@neon.stanford.edu Organization: Computer Science Department, Stanford University Lines: 9 Given a job running on a terminal, how can it be moved to another terminal? For example, person A may be running some interactive program P on terminal X, when person B comes up and needs to use terminal X. Person A may then suspend program P by typing kill -STOP
on terminal Y. How can person A then resume P on terminal Y? dan