LFC_CREATG(3) | LFC Library Functions | LFC_CREATG(3) |
lfc_creatg - create a new LFC file with the specified GUID or reset it in the name server
#include <sys/types.h>
#include "lfc_api.h"
int lfc_creatg (const char *path, const char *guid, mode_t mode)
lfc_creatg creates a new LFC file with the specified GUID or resets it in the name server.
If the file exists, the length is truncated to 0 and the mode and owner are unchanged.
If the file does not exist yet, an entry is created in the name server database and the file's owner ID is set to the effective user ID of the requestor. The group ID of the file is set to the effective group ID of the requestor or is taken from the parent directory if the latter has the S_ISGID bit set.
The access permission bits for the file are taken from mode, then all bits set in the requestor's file mode creation mask are cleared (see lfc_umask(3)).
This routine returns 0 if the operation was successful or -1 if the operation failed. In the latter case, serrno is set appropriately.
Castor_limits(4), lfc_chdir(3), lfc_chmod(3), lfc_statg(3), lfc_umask(3)
LCG Grid Deployment Team
$Date: 2010-12-08 11:48:14 +0100 (Wed, 08 Dec 2010) $ | LFC |