Multiple choice technology operating systems

inode contains ____ direct pointers to data blocks of file data

  1. 10

  2. 12

  3. 15

  4. 8

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Traditional Unix filesystems (like ext2/3) typically use 12 direct pointers in the inode structure. These directly point to data blocks containing file data. Additional indirect pointers (single, double, triple) handle larger files that exceed the capacity of direct pointers.