<<< UNIX File Access, cont. | Index | Inode >>> |
file path -> uniquie inode -> file data
Files are specified by a character string known as path name, or simply file path.
Each path name uniquely specifies a file or directory.
The operating system converts path name to the unique inode.
The inode describes file data storage and its metadata.
<<< UNIX File Access, cont. | Index | Inode >>> |