File System Interface
*********************
This chapter describes the GNU C library's functions for manipulating
files. Unlike the input and output functions (Note:I/O on Streams;
Note:Low-Level I/O), these functions are concerned with operating on
the files themselves rather than on their contents.
Among the facilities described in this chapter are functions for
examining or modifying directories, functions for renaming and deleting
files, and functions for examining and setting file attributes such as
access permissions and modification times.