Re: Background process

2007-03-13 Thread sthomas
> On Thu, Mar 08, 2007 at 04:14:22PM -0800, Doug Barton wrote: > I've run moinmoin: it's a cgi script (wiki). It gets called > from a web server, usually Apache. There's no call to be > running it from the command line at all, that I'm aware of. I run moinmoin in "standalone" mode, so it has its

Background process

2007-03-08 Thread sthomas
Hello, I connect to my freebsd box via ssh using putty from a WindowsXP workstation, I want to run a process on the freebsd box, then close my ssh session (closing putty) while keeping the process running. So I run my process like this : # myprogram &, then I exit the shell. But when I do that,