Difference between revisions of "Img stat"

From SleuthKitWiki
Jump to: navigation, search
m (Reformatted)
(Added link to man page.)
 
Line 1: Line 1:
 
Back to [[Help Documents]]
 
Back to [[Help Documents]]
  
==img_stat==
+
img_stat 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.
Version 2.09
+
  
 
+
* [http://www.sleuthkit.org/sleuthkit/man/img_stat.html Automatically Updated man Page]
===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===
+
 
+
{| border="1" cellpadding="5"
+
!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>
+

Latest revision as of 19:39, 11 September 2008

Back to Help Documents

img_stat 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.