Multiple choice technology operating systems

inode contains following information

  1. File mode

  2. file size

  3. File Creation time

  4. File access time

  5. File links count

  6. all of the above

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

An inode in Unix filesystems stores comprehensive file metadata including file mode (permissions and type), file size, timestamps (creation, access, modification), link count, and pointers to data blocks. All the listed components (A-E) are contained within the inode structure.