Results 1 to 2 of 2
Hi,
if i start a program over ssh by 'foo &'..
how can i go back 'in' this process, so i could see the output and type in commands?
(Minecraft ...
- 03-09-2011 #1Just Joined!
- Join Date
- Sep 2010
- Posts
- 12
Switching into a running process?
Hi,
if i start a program over ssh by 'foo &'..
how can i go back 'in' this process, so i could see the output and type in commands?
(Minecraft Server
)
Thanks
- 03-10-2011 #2Linux Newbie
- Join Date
- Apr 2007
- Posts
- 119
You can use the "jobs" command to see what is in the background and use fg %jobnumber to bring it to the fore ground.


Reply With Quote
