• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • Solaris
    • Oracle Linux
    • VCS
  • Interview Questions
  • Database
    • oracle
    • oracle 12c
    • ASM
    • mysql
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

isoinfo Command Examples in Linux

by Deepika

The “isoinfo” command is a command-line utility that is used to extract information from ISO 9660 (International Organization for Standardization) disk images. ISO 9660 is a standard file system format for CDs, DVDs, and other optical media. The “isoinfo” command can be used to display information about the structure of an ISO image, extract files from an ISO image, and verify the integrity of an ISO image.

It’s also important to note that while ISO 9660 is a standard format, not all ISO images follow the same standard, “isoinfo” may not work correctly with all ISO images, particularly if they are not compliant to ISO 9660 standard.

isoinfo Command Examples

1. List all the files included in an ISO image:

# isoinfo -f -i path/to/image.iso

2. E[x]tract a specific file from an ISO image and send it out stdout:

# isoinfo -i path/to/image.iso -x /PATH/TO/FILE/INSIDE/ISO.EXT

3. Show header information for an ISO disk image:

# isoinfo -d -i path/to/image.iso

Filed Under: Linux

Some more articles you might also be interested in …

  1. iwctl: command not found
  2. How to use sudo to allow a non-root user run a particular command
  3. kexec: command not found
  4. Secure Shell: Chrome Web Browser ssh client
  5. boltctl: command not found
  6. ldd Command Examples in Linux
  7. Beginners Guide to MySQL User Management
  8. man: command not found
  9. logrotate: command not found
  10. How to Switch Module Streams in CentOS/RHEL 8

You May Also Like

Primary Sidebar

Recent Posts

  • protonvpn-cli Command Examples in Linux
  • protonvpn-cli connect Command Examples
  • procs Command Examples in Linux
  • prlimit: command not found

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright