Operating System - Tru64 Unix
1753797 Members
7382 Online
108800 Solutions
New Discussion юеВ

Re: find : Too many open files

 
SOLVED
Go to solution

find : Too many open files

When I execute this command:

find / /usr /var /usr/home /work -mount

After a while, I receive this error message:

/usr/home/rburke
find: cannot open < /usr/home/rburke >
/work
find: Cannot open file /work.
: Too many open files


Any recommendations?
OS version is Tru64, 5.1B patch kit 3

Thanks.
2 REPLIES 2
Ralf Puchner
Honored Contributor
Solution

Re: find : Too many open files

there is a bug within "find", please check the itrc.hp.com patch site for a patch or open a call within your support center.
Help() { FirstReadManual(urgently); Go_to_it;; }

Re: find : Too many open files

Worked after the patched was installed. Thanks.

Mathias