This is an introduction to the concept of the file system in an operating system, and a look at how to use some C system calls (including open, close, read, printf, fprintf) to work with files. This demonstrates some system calls from the previous topic, but also gives us the tools we need to work with files as that will be needed in upcoming examples, assignments, and exam questions.