a simple question to one who knows...
I want to run a program in a Linux shell (ssh2) I run the program with '&' so it should run on the background
But when I end the session , the program aborts.
How can I make the program run until finished and be able to fg it when I reconnect ?