Img stat
From SleuthKitWiki
Back to Help Documents
img_stat
Version 2.09
Purpose
Displays the details associated with an image file. The output of this command is image format specific. At a minimum, the size will be given and the byte range of each file will be given for split image formats.
Usage
img_stat [-i imgtype] [-tvV] image [images]
Options
Switch | Purpose |
---|---|
-t type | Print the image type only. |
-i imgtype | Identify the type of image file, such as raw or split. Raw is the default. |
-v | Verbose output of debugging statements to stderr |
-V | Display version |
image [images] | One (or more if split) disk or partition images whose format is given with ’-i’. |
Example
No example provided.
History
img_stat first appeared in TSK v2.0.
Author
Brian Carrier <carrier@sleuthkit.org>