1LFC_UMASK(3) LFC Library Functions
2LFC_UMASK(3)
3
4
5
6[1mNAME[0m
7 lfc_umask ‐ set and get LFC file creation mask used by the
8name server
9
10[1mSYNOPSIS[0m
11 [1m#include <sys/types.h>[0m
12 [1m#include "lfc_api.h"[0m
13
14 [1mmode_t lfc_umask (mode_t [4m[22mcmask[24m[1m)[0m
15
16[1mDESCRIPTION[0m
17 [1mlfc_umask [22msets the LFC file creation mask used
18by the name server to
19 [4mcmask[24m and returns the previous value of the mask.
20The current mask is
21 stored in a thread‐safe variable in the client. Only
22the access per‐
23 mission bits of [4mcmask[24m are used.
24
25[1mSEE ALSO[0m
26 [1mlfc_chmod(3)[22m, [1mlfc_creatg(3)[22m,
27[1mlfc_mkdirg(3)[22m, [1mlfc_statg(3)[0m
28
29[1mAUTHOR[0m
30 [1mLCG Grid Deployment [22mTeam
31
32
33
34LFC $Date: 2001/10/04 12:12:51 $
35LFC_UMASK(3)
36
37
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