.\" @(#)$RCSfile: lfc_umask.man,v $ $Revision: 1.1.1.1 $ $Date: 2001/10/04 12:12:51 $ CERN IT-PDP/DM Jean-Philippe Baud .\" Copyright (C) 1999-2000 by CERN/IT/PDP/DM .\" All rights reserved .\" .TH LFC_UMASK 3 "$Date: 2001/10/04 12:12:51 $" LFC "LFC Library Functions" .SH NAME lfc_umask \- set and get LFC file creation mask used by the name server .SH SYNOPSIS .B #include .br \fB#include "lfc_api.h"\fR .sp .BI "mode_t lfc_umask (mode_t " cmask ) .SH DESCRIPTION .B lfc_umask sets the LFC file creation mask used by the name server to .I 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 .I cmask are used. .SH SEE ALSO .BR lfc_chmod(3) , .BR lfc_creatg(3) , .BR lfc_mkdirg(3) , .BR lfc_statg(3) .SH AUTHOR \fBLCG Grid Deployment\fP Team