Author Topic: How to bring processes to focus?  (Read 2842 times)

omega

  • Hero Member
  • *****
  • Posts: 626
    • View Profile
    • http://
How to bring processes to focus?
« on: November 05, 2004, 10:59:48 am »
If i start something via a ssh terminal with command like:

./configure&


What command can i use to bring this process to the screen on another terminal given that i know the pid?
Gorgeous C860, 256 Sandisk SD, 1Gig Pretec 40x CF, PDAIR leather case & the really cool retractable iPDA USB sync/charge cable. Powered by PDAXROM BETA 1.

My wish - to have a Command & Conquer style game on my Z! (FREECNC!!!) Simcity 2000 would also be great.

cybersphinx

  • Jr. Member
  • **
  • Posts: 69
    • View Profile
    • http://
How to bring processes to focus?
« Reply #1 on: November 05, 2004, 03:43:57 pm »
I don't think that works. You can get it back with 'fg' (but you probably knew that already). To transfer  applications between terminals you have to use a program like 'screen'.