Sending running process to background.
Sometimes i need to close the putty session ,but due to some running applications(which takes lot of time to finish)i need to wait for them.
I want to acheive this without using nohup.
I tried disown command also,but it takes job number as argument. I couldn't find the job number of running process,because they are executed directly .
i.e Say application name is Configure.pl and it is executed as ./Configure.pl and it takes lot of time.
|