Jianhua Yang wrote:
> Hi Mike,
> 
> thanks a lot for your kind reply !!!
> 
>> I don't use dtrace for this - I use find.  For example:
>>
>> # find /proc/*/fd -type f -links 0 \! -size 0 -ls | sort -n +1
>       this will list the inode number, but does not tell the file name, use ps
> to list
>       and check the pid cost a lot of time.
> [...]

     Maybe I'm missing something, but what do you mean by the
"name" of a file that has been deleted?  Remember, a file's
name is just some text in a directory entry, and once the
directory entry is gone ...

-- 
[EMAIL PROTECTED]
_______________________________________________
dtrace-discuss mailing list
[email protected]

Reply via email to