debian man page for dpns_umask

Query: dpns_umask

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

DPNS_UMASK(3)						      DPNS Library Functions						     DPNS_UMASK(3)

NAME
dpns_umask - set and get DPNS file creation mask used by the name server
SYNOPSIS
#include <sys/types.h> #include "dpns_api.h" mode_t dpns_umask (mode_t cmask)
DESCRIPTION
dpns_umask sets the DPNS file creation mask used by the name server to cmask and returns the previous value of the mask. The current mask is stored in a thread-safe variable in the client. Only the access permission bits of cmask are used.
SEE ALSO
dpns_chmod(3), dpns_creat(3), dpns_mkdir(3), dpns_stat(3), dpns_statg(3)
AUTHOR
LCG Grid Deployment Team
DPNS
$Date: 2001/10/04 12:12:51 $ DPNS_UMASK(3)
Related Man Pages
dpns_symlink(3) - debian
dpns_closedir(3) - debian
dpns_getcwd(3) - debian
dpns_mkdir(3) - debian
dpns_rmdir(3) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Is UNIX an open source OS ?
Find columns in a file based on header and print to new file