that will potentially show up more than one file, not the one that was opened
On Sat, May 5, 2012 at 3:49 AM, Stuart Henderson <s...@spacehopper.org> wrote: > 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"