Multiple choice technology programming languages

Inode contains the following fields?

  1. File owner and File type

  2. File access permission and File access tie

  3. Number of Links, File size and Location of the file data

  4. All of the above

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

An inode (index node) in Unix-like file systems contains comprehensive metadata about a file including the file owner's user ID and group ID, file type (regular file, directory, device file, etc.), access permissions (read/write/execute bits), number of hard links pointing to the inode, file size in bytes, and direct/indirect block pointers locating the actual file data on disk.