Difference between revisions of "Img stat"

From SleuthKitWiki
Jump to: navigation, search
(New page: Version 2.09 Man Page NAME img_stat - Display details of an image file SYNOPSIS img_stat [-i imgtype] [-tvV] image [images] DESCRIPTION img_stat displays the detai...)
 
m (Reformatted)
Line 1: Line 1:
Version 2.09 Man Page
+
Back to [[Help Documents]]
  
NAME
+
==img_stat==
      img_stat - Display details of an image file
+
Version 2.09
  
SYNOPSIS
 
      img_stat [-i imgtype] [-tvV] image [images]
 
  
DESCRIPTION
+
===Purpose===
      img_stat  displays the details associated with an image file.  The out-
+
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.
      put 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.
+
  
      The options are as follows:
 
  
      -t type
+
===Usage===
              Print the image type only.
+
img_stat [-i imgtype] [-tvV] image [images]
  
      -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
+
===Options===
  
      -V     Display version
+
{| 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’.
 +
|}
  
      image [images]
 
              One  (or more if split) disk or partition images whose format is
 
              given with ’-i’.
 
  
HISTORY
+
===Example===
      img_stat first appeared in TSK v2.0.
+
''No example provided.''
  
AUTHOR
+
 
      Brian Carrier <carrier@sleuthkit.org>
+
===History===
 +
img_stat first appeared in TSK v2.0.
 +
 
 +
 
 +
===Author===
 +
Brian Carrier <carrier@sleuthkit.org>

Revision as of 10:06, 18 November 2007

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>