Query: getmode
OS: bsd
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SETMODE(3) Library Functions Manual SETMODE(3)NAMEgetmode, setmode - modify mode bitsSYNOPSIS#include <sys/types.h> mode_t getmode(set, mode) void *set; mode_t mode void * setmode(mode_str) char *mode_str;DESCRIPTIONThe getmode function returns a copy of the file permission bits mode as altered by the values pointed to by set. While only the mode bits are altered, other parts of the file mode may be examined. The setmode function takes an absolute (octal) or symbolic value, as described in chmod(1), as an argument and returns a pointer to mode values to be supplied to getmode. Because some of the symbolic values are relative to the file creation mask, setmode may call umask(2). If this occurs, the file creation mask will be restored before setmode returns. If the calling program changes the value of its file cre- ation mask after calling setmode, setmode must be called again if getmode is to modify future file modes correctly. If the mode passed to setmode is invalid, setmode returns NULL.ERRORSThe setmode function may fail and set errno for any of the errors specified for the library routine malloc(3).SEE ALSOchmod(1), stat(2), umask(2), malloc(3)HISTORYThe getmode and setmode functions first appeared in 4.4BSD. 4.4 Berkeley Distribution February 20, 1996 SETMODE(3)
Related Man Pages |
---|
setmode(3) - mojave |
setmode(3) - bsd |
firmwarepasswd(8) - mojave |
getmode(3) - netbsd |
getmode(3) - opendarwin |
Similar Topics in the Unix Linux Community |
---|
Unable to Start X in Centos - VPS - SSH |
Link array to class java |