in reply to Re^2: locate path to a file from inode number
in thread locate path to a file from inode number

It's probably unlikely that there's a system call for that, as it will be a file system specific operation. If such a tool would be written, it should use the character device to access the filesystem, and used very very carefully.

And of course, it would require root privilidges. Not that I'm aware such a program exists.

Abigail

  • Comment on Re: locate path to a file from inode number