|
Hopefully, this page is exactly what you are looking for, but if not, you can always find further assistance on Unix/Linux Forum!
SETMODE(3) FreeBSD Library Functions Manual SETMODE(3)
NAME
getmode, setmode -- modify mode bits
LIBRARY
Standard C Library (libc, -lc)
SYNOPSIS
#include <unistd.h>
mode_t
getmode(const void *set, mode_t mode);
void *
setmode(const char *mode_str);
DESCRIPTION
The 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 val-
ues 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 creation mask after
calling setmode(), setmode() must be called again if getmode() is to mod-
ify future file modes correctly.
If the mode passed to setmode() is invalid or if memory cannot be allo-
cated for the return value, setmode() returns NULL.
The value returned from setmode() is obtained from malloc() and should be
returned to the system with free() when the program is done with it, gen-
erally after a call to getmode().
ERRORS
The setmode() function may fail and set errno for any of the errors spec-
ified for the library routine malloc(3).
SEE ALSO
chmod(1), stat(2), umask(2), malloc(3)
HISTORY
The getmode() and setmode() functions first appeared in 4.4BSD.
FreeBSD 6.2 April 28, 1995 FreeBSD 6.2
Man(1) output converted with
man2html and wrapped by fishsponge
This page was generated on Wed Sep 19 20:14:40 BST 2007
|
Your favourite pages:
No pages logged yet. Trying to save cookie... Top 10 most popular pages:
svn man page (5400 hits) (FreeBSD 6.2)
sqlite3 man page (5399 hits) (openSUSE 10.2)
adv_cap_autoneg man page (4903 hits) (Solaris 10 11_06)
CPAN man page (4638 hits) (Suse Linux 10.1)
ssh man page (4358 hits) (Suse Linux 10.1)
ssh-socks5-proxy-connect man page (3025 hits) (Solaris 10 11_06)
netcat man page (2831 hits) (Suse Linux 10.1)
signal man page (2740 hits) (Suse Linux 10.1)
pprosetup man page (2531 hits) (Solaris 10 11_06)
startproc man page (2526 hits) (Suse Linux 10.1)
|