1DPNS_UMASK(3) DPNS Library Functions
2DPNS_UMASK(3)
3
4
5
6[1mNAME[0m
7 dpns_umask ‐ set and get DPNS file creation mask
8used by the name
9 server
10
11[1mSYNOPSIS[0m
12 [1m#include <sys/types.h>[0m
13 [1m#include "dpns_api.h"[0m
14
15 [1mmode_t dpns_umask (mode_t [4m[22mcmask[24m[1m)[0m
16
17[1mDESCRIPTION[0m
18 [1mdpns_umask [22msets the DPNS file creation mask used by
19the name server to
20 [4mcmask[24m and returns the previous value of the mask.
21The current mask is
22 stored in a thread‐safe variable in the client. Only the
23access per‐
24 mission bits of [4mcmask[24m are used.
25
26[1mSEE ALSO[0m
27 [1mdpns_chmod(3)[22m, [1mdpns_creat(3)[22m,
28[1mdpns_mkdir(3)[22m,
29 [1mdpns_stat(3), dpns_statg(3)[0m
30
31[1mAUTHOR[0m
32 [1mLCG Grid Deployment [22mTeam
33
34
35
36DPNS $Date: 2001/10/04 12:12:51 $
37DPNS_UMASK(3)
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66