FIND_FILE(1)					     FIND_FILE(1)


NAME
       find_file  - Find the file or directory name that is using
       a given inode

SYNOPSIS
       find_file [-adu] image inode

DESCRIPTION
       find_file finds the names of files or directories that use
       inode  on  image.  By default it only will only return the
       name it finds.  This will also show the names  of  deleted
       file  names  in	some  systems  such as Linux and OpenBSD.
       The image should be created using dd(1).

       The arguments are as follows:

       image  Partition image created by dd(1).

       inode  Integer of inode to find.


       This program searches all directory  entries  looking  for
       the  given  inode.   This is useful when an inode has been
       identified from a block using find_inode(1).


EXAMPLE
       # find_file -a image 212

SEE ALSO
       dd(1), find_inode(1)

BUGS
       Currently only reads FFS on OpenBSD and Solaris and EXT2FS
       on Linux.

HISTORY
       find_file first appeared in TCTUTILs v1.0.

AUTHOR
       Brian Carrier <carrier@cerias.purdue.edu>


