Difference between revisions of "Img stat"
From SleuthKitWiki
(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: | ||
− | + | 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=== | |
− | + | {| 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> |
Revision as of 09: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>