Making Directories
In this lesson, we introduce you to directories and show you how to make one.
We'll cover the following...
Beyond files, a set of directory-related system calls enable you to make, read, and delete directories. Note you can never write to a directory directly. Because the format of the directory is considered file system metadata, the file system considers itself responsible for the integrity of directory data. Thus, you can only update a directory indirectly by, for example, creating files, directories, or other object ...
Access this course and 1400+ top-rated courses and projects.