Hello, On Tue, 16 Dec 2008, Sivakumar Gopalan wrote: > Is there a way to start a job in background in one > terminal and bring it back to foreground in a different > Terminal ?
Use "dtach" or "detachtty". For more general use learn to use screen. By the way, normally backgrounded jobs are not expected to require input/output to/from the terminal else they will stop. Regards, Kapil. -- _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
