Question:

In general, there will be _______ inodes than directories in Unix File system.

Show Hint

In Unix file systems, inodes store metadata about files, and since directories are files too, there will generally be more inodes than directories.
Updated On: Jun 16, 2025
  • Zero
  • Less
  • Same
  • More
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Solution and Explanation

In Unix-like file systems, there are typically more inodes than directories. An inode represents a file or a directory and contains information about the file, such as its owner, size, and location on disk. Directories are just special types of files, so there are usually fewer directories than inodes in the system.
Was this answer helpful?
0
0