I run a job using nohup & and get job id xxxxx. By using the command jobs -l I can see my job and it's associated id while in the same session. However, when I close my putty session and open a new session jobs -l no longer returns my job. How can this be corrected?
I know for certain the job is still running because file sizes as a result of the job keep growing (working with half a billion rows of data).