Multiple choice technology operating systems what is the name of the data structure to maintain file identification? inode filter kernel shell Reveal answer Fill a bubble to check yourself A Correct answer Explanation An inode is a Unix data structure that stores file metadata (permissions, ownership, size, timestamps, block pointers). Each file has a unique inode number. Kernel, shell, and 'filter' are not file identification structures.