
224
|
Chapter 3: Linux Commands
This is the Title of the Book, eMatter Edition
Copyright © 2006 O’Reilly & Associates, Inc. All rights reserved.
Options
-c, --counters
Save packet and byte counter values.
-t name, --table name
Print data from the specified table only.
isodump
isodump isoimage
Interactively display the contents of the ISO9660 image isoimage.
Used to verify the integrity of the directory inside the image.
isodump displays the first portion of the root directory and waits
for commands. The prompt shows the extent number (zone) and
offset within the extent, and the contents display at the top of the
screen.
Commands
+ Search forward for the next instance of the search string.
a Search backward within the image.
b Search forward within the image.
f Prompt for a new search string.
g Prompt for a new starting block and go there.
q Exit.
isoinfo
isoinfo [options]
Display information about ISO9660 images. You can use isoinfo to
list the contents of an image, extract a file, or generate a find-like
file list. The -i option is required to specify the image to examine.
Options
-d Print information from the primary volume descriptor (PVD)
of the ISO9660 image, including information about Rock
Ridge and Joliet extensions if they are present.
-f Generate output similar to the output of a find . -print
command. Do not use with -l.
-h Print help information and exit.
-i isoimage
Specify the path for the ISO9660 image ...