On Thu, Jul 2, 2009 at 12:38 PM, Aleksey
Gogolev<[email protected]> wrote:
>
> Hello!
>
> Sage was installed on the server and in order to use it I need to
> start putty, log on to server, start sage and start notebook. After
> that I can use http to access Sage.
> But if I close putty, server process will stop. Is there a way to run
> notebook in the background mode?
One option is to use the "screen" program. Login to your UNIX server and type
man screen
to learn about screen.
Another option is to use "nohup", i.e.,
nohup echo "notebook(address='')" | sage
William
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---