Home The GNU C Library www.imodulo.com · 2003-04-05
Imodulo

File Status Flags

[ Up: Low-Level I/O ]
[ Previous: Descriptor Flags ][ Next: File Locks ]

File status flags are used to specify attributes of the opening of a file. Unlike the file descriptor flags discussed in Descriptor Flags, the file status flags are shared by duplicated file descriptors resulting from a single opening of the file. The file status flags are specified with the flags argument to open; Opening and Closing Files.

File status flags fall into three categories, which are described in the following sections.

The symbols in this section are defined in the header file fcntl.h.

Menu