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 &
signature.asc
Description: Digital signature