1DPNS_UMASK(3) DPNS Library Functions DPNS_UMASK(3)
2
3
4
6 dpns_umask - set and get DPNS file creation mask used by the name
7 server
8
10 #include <sys/types.h>
11 #include "dpns_api.h"
12
13 mode_t dpns_umask (mode_t cmask)
14
16 dpns_umask sets the DPNS file creation mask used by the name server to
17 cmask and returns the previous value of the mask. The current mask is
18 stored in a thread-safe variable in the client. Only the access per‐
19 mission bits of cmask are used.
20
22 dpns_chmod(3), dpns_creat(3), dpns_mkdir(3),
23 dpns_stat(3), dpns_statg(3)
24
26 LCG Grid Deployment Team
27
28
29
30DPNS $Date: 2001/10/04 12:12:51 $ DPNS_UMASK(3)