$manlookup

mode_t

(3type)

file attributes

Library functionsmanpages-dev 6.9.1-1
#include <sys/types.h> typedef /* ... */ mode_t;

LIBRARY

Standard C library (libc)

DESCRIPTION

Used for some file attributes (e.g., file mode). It is an integer type.

STANDARDS

POSIX.1-2008.

HISTORY

POSIX.1-2001.

NOTES

The following headers also provide this type: <fcntl.h>, <ndbm.h>, <spawn.h>, <sys/ipc.h>, <sys/mman.h>, and <sys/stat.h>.

See also