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.