📄 ifind.1
字号:
.TH IFIND 1 .SH NAMEifind \- Find the meta-data structure that has allocated a given disk unit or file name..SH SYNOPSIS.B ifind [-avVl] [-f fstype] [-d data_unit] .B [-n file] [-p par_inode] [-z ZONE] [-i imgtype] [-o imgoffset].I image [images].SH DESCRIPTION.B ifindfinds the meta-data structure that has .I data_unitallocated a data unit or has a given file name. In some casesany of the structures can be unallocated and this will still findthe results. .SH ARGUMENTSThere are several required and optional arguments. The image file names must be specified each time:.IP "image [images]"One (or more if split) disk or partition images whose format is given with '-i'..PPYou must also specify what you are looking for and include one of the following:.IP "-d data_unit"Finds the meta data structure that has allocated a given data unit (block, cluster, etc.).IP "-n file"Finds the meta data structure that is pointed to by the given file name..IP "-p par_inode"Finds the unallocated MFT entries in an NTFS image that have the giveninode as the parent. Can be used with '-l and -z'. .PP There are also several optional arguments:.IP -aFind all meta-data structures (only works when looking with a data_unit)..IP "-f fstype"Specify the file system type. Use '-f list' to list the supported file system types.If not given, autodetection methods are used..IP "-l"List the details of each file found with '-p', like 'fls -l'..IP "-i imgtype"Identify the type of image file, such as raw or split. Use '-i list' to list the supported types. If not given, autodetection methods are used..IP "-o imgoffset"The sector offset where the file system starts in the image. Non-512 bytesectors can be specified using '@' (32@2048)..IP -vVerbose output to stderr..IP -VDisplay version..IP -z ZONEIf '-p -l' were given, this will set the timezone for the correct times..SH "EXAMPLES"# ifind -f fat -d 456 fat-img.dd# ifind -f linux-ext2 -n "/etc/" linux-img.dd# ifind -f ntfs -p 5 -l -z EST5EDT ntfs-img.dd.SH AUTHORBrian Carrier <carrier at sleuthkit dot org>Send documentation updates to <doc-updates at sleuthkit dot org>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -