LFC_SYMLINK(3) | LFC Library Functions | LFC_SYMLINK(3) |
lfc_symlink - make a symbolic link to a file or a directory in the LFC Name Server
#include <sys/types.h>
#include "lfc_api.h"
int lfc_symlink (const char *target, const char *linkname)
lfc_symlink makes a symbolic link to a file or a directory in the LFC Name Server.
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_readlink(3), lfc_statg(3), Cupvlist(1)
LCG Grid Deployment Team
$Date: 2004/06/28 09:18:05 $ | LFC |