leave the application running after logging from your account
hi
the problem that's troubling me is how the leave application running after ending my session. i'm using this interactive application that asks all sorts of questions on what to do next, or to repeat a process, an so on .. and some of this tasks take a long time to manage . so i would like to give an application a task to run , put it in a bg , log of my account (ctrl-d) and come back after an hour or so to continue interacting with my application, as if nothing happened.
it is a perl app an if i put it in a bg with disown %1 it dies. the server doesn-t have a screen mode (i could probably ask administrator to create it) and nohup mode - i don't know how to get back to it(i see the out file that it creates , but i don't know if i can restore that session or not)
thank you
:(