On 2012-05-05, Andres Perera <andre...@zoho.com> wrote:
> not in obsd
>
> plan 9/linux keep the name as it was opened
>
> think about hardlinks, unlinking and how the kernel only stores the inode #

find(1) can search by inode number, so if you can identify that via ktrace
and if the file still exists, you can use "find /root/of/fs -inum 1234"

Reply via email to