First page Back Continue Last page Overview Graphics
Filesystems
Represent all Resources as Files
File systems have simple and well understood interfaces across a wide variety of operating systems
Interfaces to files generally consist of a small set of well-defined operations such as open, read and write
Reliance on file systems reduces the amount of interface code and keeps the system small, reliable and highly portable
Access rights and permissions to files are simple, yet can be used to ensure multiple levels of security