Most files are accessed in linear manner from the beginning. It is possible to repositon (seek system call) the current file position pointer.
File systems that are optimized for use with data bases are accessed in terms of records rather than a byte sequence.
An import attribute of files is their set of permissions.
The set of open files for each process is tracked in the process control block (PCB).
The notion of directories allows files and directories to be organized in a tree like manner.
An absolute path name begins at the root and specifies each step down the tree until it reaches the desired file or directory.
A relative path name begins from the current working directory.
Links between files and directories make it easier to access files. Links that span file systems can also provide a convenient means of extending the effective size of a file system.
Link mechanisms include: hard and symbolic links in Unix, and Shortcuts and Junction points in Windows.
See also
Introduction to Unix, Notes on Hard and Soft (Symbolic) Links