Skip to content
Sujith's Library
Search
K
Main Navigation
Home
Languages
Java
Python
C
Web Dev
JavaScript
JavaScript DOM
React
HTML & CSS
CS Fundamentals
Operating Systems
Databases (DBMS)
More
Linux
Tools & Git
MCA
Appearance
Menu
Return to top
On this page
Chapter 8 - The UNIX System Interface
8.1 File Descriptors
8.2 Low Level I/O - Read and Write
8.3 Open, Create, Close, Unlink
8.4 Random Access - Lseek
8.5 Example - An implementation of Fopen and Getc
8.6 Example - Listing Directories
8.7 Example - A Storage Allocator