tech-kern archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: inode open
On Jul 16, 2008, at 1:15 AM, Adam Burkepile wrote:
Is there an open function that will open a file based on its inode
number instead of a path?
Or equivalently, a function to convert an inode to a path so
regular open can open it?
Besides the fhopen(2) previously mentioned, this isn't available
because it would break the security used by unix.
Home |
Main Index |
Thread Index |
Old Index