[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Starting background process in ssh session



On Thu, Sep 01, 2005 at 02:52:18PM -0700, dking@pimpsoft.com 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: pgpCpqi0a3V7G.pgp
Description: PGP signature


Reply to: