Operating System - HP-UX
1755973 Members
3526 Online
108839 Solutions
New Discussion

Re: Problem with open files

 
Shannon Petry
Honored Contributor

Re: Problem with open files

If the file was successfully deleted, then you have no choice but to reboot. Kernel trace will not show the open files partent, but only the open file itself. lsof may be able to find it for you, but since lsof uses kernel tracing Im not sure if it will find it.

Like someone else mentioned, use a file zeroing technique in the future to avoid these problems.

I.E.
cat /dev/null >filename
#use with caution!

Regards,
Shannon
Microsoft. When do you want a virus today?
Anand Hotchandani
New Member

Re: Problem with open files

Hi Manoj,

For finding the openfiles in a system download a utility "lsof". This utility will lists you no of open files.

lsof: List open files.

I have this utility mail me and send you utility through mail.

Regards
Anand