You can use "lsof" to check the open files. lsof is the 3rd tool (free), you can download it for your OS version(platform) from:
you can also use "fuser " command to find out which process and user is using the file.
type in
man fuser
man pfiles
man lsof
to learn more details
you can also do:
ls -l /proc/*/fd | wc -l
to see the how many files are currently open .
BTW, you should post the Solaris question in:
http://www.experts-exch
The Solaris experts don't come to see this TA often (including me).





by: attila01Posted on 2009-05-07 at 02:32:25ID: 24323680
Is it the wrong topic for Sun or nobody knows the answer?