I'm running a program on a Debian machine. It run it in the background by using the following command: "nohup ./samp03svr &". As I'm told the "&" symbol is what makes it run in the background.
My problem is that I need to send commands to the program later. Can I get it back from background somehow?
I'm using PuTTy tu access my machine, if that helps.