mode_t

Section: Misc. Reference Manual Pages (3type)
Updated: 2022-10-30
Index Return to Main Contents
 

NAME

mode_t - file attributes  

LIBRARY

Standard C library (libc)  

SYNOPSIS

#include <sys/types.h>

typedef /* ... */ mode_t;
 

DESCRIPTION

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

STANDARDS

POSIX.1-2001 and later.  

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

chmod(2), mkdir(2), open(2), umask(2), stat(3type)


 

Index

NAME
LIBRARY
SYNOPSIS
DESCRIPTION
STANDARDS
NOTES
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 14:06:19 GMT, May 18, 2024