Computer Science - Operating Systems - File systems - File System Quiz
8 questions. Q1: What does an inode store? → File metadata (size, permissions, block locations) - NOT the filename. Q2: Difference between hard link and symbolic link? → Hard link = another name for same inode. Symbolic = pointer to a path (can break). Q3: FAT32's main limitation? → Max file size 4G