lfc_umask(3) - Linux man page

Name

lfc_umask - set and get LFC file creation mask used by the name server

Synopsis

#include <sys/types.h>
#include "lfc_api.h"

mode_t lfc_umask (mode_t cmask)

Description

lfc_umask sets the LFC 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

lfc_chmod(3), lfc_creatg(3), lfc_mkdirg(3), lfc_statg(3)

Author

LCG Grid Deployment Team

Referenced By

lfc-mkdir(1), lfc_mkdir(3)