This document discusses file systems and their components. It describes the file system interface that allows users to access and manipulate files. Files have attributes like name, size, permissions etc. The main file operations are create, read, write, delete etc. Files can be ordinary, directory or special types. They can be accessed sequentially, directly or via indexes. Directories store information about files in a tree structure to allow efficient searching and grouping of related files.