Tagged Questions
1
vote
2answers
752 views
How can I make a process I start during an SSH session run after the session has ended? [duplicate]
Possible Duplicate:
Keep SSH Sessions running after disconnection.
I have a process which is basically a web-server, I start it during an SSH session. However, when I leave the session (by ...