Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: timeout problem in ssh sessions



On 2008-02-14 13:54:15 +0100, Andy Spiegl wrote:
> Thanks for the links but this happens even I don't start any
> background jobs.

Note that init files might start background jobs. You can check that.

> Maybe it really has to do with non-standard file descriptors, thanks Vincent.
> But how could I find out more about open/attached file descriptors???

You can try the following command

  perl -e 'print join(" ", grep { -t $_ } 0..63)."\n"'

which outputs file descriptors (including the standard ones) attached
to the terminal.

-- 
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)



Messages sorted by: Reverse Date, Date, Thread, Author