On Thu, Oct 15, 2009 at 2:25 PM, Kenneth Gonsalves <[email protected]>wrote:
> hi, > > I need to run a python server on my remote box. At present I do: > > python myserver.py & > > my question is: If I log out from the server, will the script keep running? > or > will it die as soon as I leave. Experiments on the laptop seem to indicate > that it will keep running even if I log out. > > Am not sure it'll keep running after you logout! The 'nohup' command should help. regds _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
