October 2025
Intermediate to advanced
1048 pages
29h 35m
English
One of the most fundamental operations that system programs perform is the transfer of data to and from files. The transfer of data from a file to the memory space of a process is called file input, and the transfer in the opposite direction is called file output. Together, they’re called file I/O. Because most system programs perform file I/O and because even the simplest of problems will require our programs to perform it as well, we study it next.
Our primary objectives in this chapter are to explain the issues and concepts related to accessing files in Unix and to demonstrate how to use the file-handling part ...
Read now
Unlock full access