...

/

Introduction to Files and Directories

Introduction to Files and Directories

This lesson presents an introduction to the module on persistent storage that we will now be covering.

We'll cover the following...

Thus far we have seen the development of two key operating system abstractions: the process, which is a virtualization of the CPU, and the address space, which is a virtualization of memory. In tandem, these two abstractions allow a program to run as if it is in its own private, isolated world; as if it has its own ...