How to keep a common application (not a daemon) running even after you logged out from you remote shell account?
I have an account on a unix system but no root access. I want to run a webserver on it, but everytime I logged out the webserver closes. How do I keep it running? Thanks.