mapping inode to file name

2007-01-12 Thread Robert Huff

Is there a program (or a standard function) that, provided the
inode #, returns the associated filename?


Robert Huff
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mapping inode to file name

2007-01-12 Thread Pieter de Goeje
On Friday 12 January 2007 16:55, Robert Huff wrote:
   Is there a program (or a standard function) that, provided the
 inode #, returns the associated filename?
find / -inum number

- Pieter
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]