What is the primary purpose of a file system's inode?
Q1. What is the primary purpose of a file system's inode?
Answer: To manage file metadata
Explanation: Inodes store metadata about files, such as ownership, permissions, and location on disk, facilitating file system management.