mirror of
https://github.com/mubix/kaliwiki.git
synced 2025-10-29 16:59:26 +00:00
26 lines
600 B
Markdown
26 lines
600 B
Markdown
# img_stat
|
|
|
|
Notes
|
|
-------
|
|
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.
|
|
|
|
|
|
Help Text
|
|
-------
|
|
```
|
|
usage: img_stat [-tvV] [-i imgtype] [-b dev_sector_size] image
|
|
-t: display type only
|
|
-i imgtype: The format of the image file (use '-i list' for list of supported types)
|
|
-b dev_sector_size: The size (in bytes) of the device sectors
|
|
-v: verbose output to stderr
|
|
-V: Print version
|
|
|
|
```
|
|
|
|
Example Usage
|
|
-------
|
|
|
|
Links
|
|
-------
|
|
|