• 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

isosize Command Examples in Linux

by Deepika

Isosize is a command-line utility that allows you to display the size of an ISO file. The ISO file format is a standard format for storing data on optical disc, and is commonly used for storing software and other types of files. Isosize simply takes the ISO file as input and outputs the size of the file in bytes. This can be useful for checking the size of an ISO file before burning it to a disc, or for comparing the size of different ISO files.

isosize Command Examples

1. Display the size of an ISO file:

# isosize path/to/file.iso

2. Display the block count and block size of an ISO file:

# isosize --sectors path/to/file.iso

3. Display the size of an ISO file divided by a given number (only usable when –sectors is not given):

# isosize --divisor=number path/to/file.iso

Filed Under: Linux

Some more articles you might also be interested in …

  1. nsenter Command Examples in Linux
  2. macof: command not found
  3. How To Store iptables Rules To Survive Across Reboots in CentOS/RHEL
  4. avahi-browse: command not found
  5. Linux OS Service ‘iptables’
  6. What Are Dirty Pages in Linux
  7. How to configure xhost to be persistent across reboots in Linux
  8. netselect-apt: command not found
  9. lvs: command not found
  10. Linux / UNIX : Examples of find command to find files with specific sets of permissions

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