[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 10:17:33PM -0400, Roberto C. Sanchez wrote:
> OK.  I should have been more precise in my explanation then.  I am
> redirecting like this:
> 
> command >log.txt 2>&1 &
> 
> Is that causing it then?

Possibly.  Try redirecting stdin to /dev/null as well... that frequently 
takes care of this in my experience.

   $ command >log.txt 2>&1 </dev/null &

Attachment: signature.asc
Description: Digital signature


Reply to: