1LFC_UMASK(3) LFC Library Functions LFC_UMASK(3)
2
3
4
6 lfc_umask - set and get LFC file creation mask used by the name server
7
9 #include <sys/types.h>
10 #include "lfc_api.h"
11
12 mode_t lfc_umask (mode_t cmask)
13
15 lfc_umask sets the LFC file creation mask used by the name server to
16 cmask and returns the previous value of the mask. The current mask is
17 stored in a thread-safe variable in the client. Only the access per‐
18 mission bits of cmask are used.
19
21 lfc_chmod(3), lfc_creatg(3), lfc_mkdirg(3), lfc_statg(3)
22
24 LCG Grid Deployment Team
25
26
27
28LFC $Date: 2001/10/04 12:12:51 $ LFC_UMASK(3)