Running Process

Hi Guys...

I am running a process at the background and I have used process & to run at the background.

The process display the progress monitor on windows machine and I am using Reflection X to get the GUI.

Now I want to stop and restart the Reflection X as it is consuming the whole CPU and bring the GUI back on the screen.

My question is how can I bring the back the GUI on the screen without stop the process that is running at the background?

Thanks

foreground the background process

fg job_id

You can't. All of its clients die when an X11 server is restarted.