If you want to make your program working even if ssh session is close, you can use following command:
nohup program > output
If you close SSH session (or terminal), program will be still executed and standard output of program will be send to output file.
leave a reply