Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

rfio_readlink(3) [debian man page]

RFIO_READLINK(3)					      Rfio Library Functions						  RFIO_READLINK(3)

NAME
rfio_readlink - get the content of a symbolic link SYNOPSIS
#include <sys/types.h> #include "rfio_api.h" int rfio_readlink (const char *path, char *buf, int length) DESCRIPTION
rfio_readlink gets the content of the symbolic link identified by path. buf content is not null terminated. Symbolic link content can be truncated to length if buf is too small. RETURN VALUE
This routine returns the count of bytes placed in buf if the operation was successful or -1 if the operation failed. In the latter case, serrno is set appropriately. ERRORS
ENOENT path does not exist. ENOMEM Insufficient memory. EACCES Search permission is denied on a component of the path prefix. EFAULT path or buf is a NULL pointer. ENOTDIR A component of the path prefix is not a directory. EINVAL path is not a symbolic link or length is not positive. ENAMETOOLONG The length of path exceeds CA_MAXPATHLEN or the length of a path component exceeds CA_MAXNAMELEN. SENOSHOST Host unknown. SENOSSERV Service unknown. SECOMERR Communication error. SEOPNOTSUP Not supported on Windows. SEE ALSO
Castor_limits(4), rfio_symlink(3), rfio_unlink(3) AUTHOR
LCG Grid Deployment Team LCG
$Date: 2005/03/31 13:13:03 $ RFIO_READLINK(3)

Check Out this Related Man Page

RFIO_MKDIR(3)						      Rfio Library Functions						     RFIO_MKDIR(3)

NAME
rfio_mkdir - create a new directory SYNOPSIS
#include <sys/types.h> #include "rfio_api.h" int rfio_mkdir (const char *path, mode_t mode); DESCRIPTION
rfio_mkdir creates a new directory. An entry is created and the directory's owner ID is set to the effective user ID of the requestor. The group ID of the directory is set to the effective group ID of the requestor. path specifies the logical pathname relative to the current directory or the full pathname. RETURN VALUE
This routine returns 0 if the operation was successful or -1 if the operation failed. In the latter case, serrno is set appropriately. ERRORS
ENOENT A component of path prefix does not exist or path is a null pathname. EACCES Search permission is denied on a component of the path prefix or write permission on the parent directory is denied. EFAULT path is a NULL pointer. EEXIST path exists already. ENOTDIR A component of path prefix is not a directory. ENOSPC No space to store the new directory. ENAMETOOLONG The length of path exceeds CA_MAXPATHLEN or the length of a path component exceeds CA_MAXNAMELEN. SENOSHOST Host unknown. SENOSSERV Service unknown. SECOMERR Communication error. SEE ALSO
Castor_limits(4), rfio_chmod(3) AUTHOR
LCG Grid Deployment Team LCG
$Date: 2005/03/31 13:13:03 $ RFIO_MKDIR(3)
Man Page

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Symbolic Links - BASH Script

Hi all, This is my first message in this forum. I'd like to know if there is a nice way to get the complete path from a symbolic link. Example: When I do a ls -ltr I see this output. lrwxr-xr-x 1 mmmm users 66 Sep 4 09:58 LINK_SEND ->... (4 Replies)
Discussion started by: rodrimuino
4 Replies

2. Shell Programming and Scripting

how to delete special characters from the file content

Hello Team, Any one suggest how to delte the below special character from a file which is having one column 10 rows of same below content. ---------------------------------------- Kosten|bersicht gemd_ ' =Welche Kosten kvnnen... (2 Replies)
Discussion started by: kanakaraju
2 Replies

3. Shell Programming and Scripting

Check for length which exceeds specified length in a line

Hi, I have a issue, I need to loop through a comma delimited file and check for the length which exceeds specified length , if Yes truncate the string. But my problem is , I do not have to check for all the fields and the field lenght is not same for all the fields. For ex: Say my line... (9 Replies)
Discussion started by: rashmisb
9 Replies

4. AIX

Failed mpio path on AIX5.3

I have found failed mpio path on AIX and enabled that failed path as below failed path on AIX bash-3.2# lspath -l hdisk10 Enabled hdisk10 fscsi0 Enabled hdisk10 fscsi0 Failed hdisk10 fscsi3 Enabled hdisk10 fscsi3 Enabled failed path as below chpath -l hdisk10 -p fscsi3 -s enable... (13 Replies)
Discussion started by: murali969
13 Replies