SE 350 Lecture 3: The File System

Опубликовано: 27 Декабрь 2022
на канале: Jeff Zarnett
278
5

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.