On Thu, Sep 01, 2005 at 02:52:18PM -0700, [EMAIL PROTECTED] wrote:
> You could do this:
> nohup $command
> 
> But I always usea trick I find works with bash, so when your in a 
> bash shell do this:
> 
> #start another bash shell
> bash
> #start your background job
> command &
> #exit the subshell
> exit
> #exit your ssh connection
> exit
> 
> That should work.
>  - D
Surprisingly, it does not work :-(

-Roberto

-- 
Roberto C. Sanchez
http://familiasanchez.net/~roberto

Attachment: pgpOtqz2TGGtK.pgp
Description: PGP signature

Reply via email to