I find the following command useful from the terminal:

cd sage-4.5.3-linux-64bit-ubuntu_10.04.1_lts-x86_64-Linux/ && nohup ./
sage -n 2>&1 > /dev/null & exit

It closes the terminal, but keeps the sage server running.  Of course
the sagedir should be an env var, or parameterized, or searched for...

Is there an inverse command already in existence that does a "killall"
on the sage server processes for the current user, (by sending
SIG_TERM....waiting, then sending SIG_KILL)?  It might be useful to
have these shorthands for "up/down" or "start/stop" without the user
having to memorize a long command-line.  It could be put in script(s).

-Don

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to