Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

lfc_chdir(3) [debian man page]

LFC_CHDIR(3)						       LFC Library Functions						      LFC_CHDIR(3)

NAME
lfc_chdir - change LFC current directory used by the name server SYNOPSIS
#include <sys/types.h> #include "lfc_api.h" int lfc_chdir (const char *path) DESCRIPTION
lfc_chdir changes the LFC current directory used by the name server to expand LFC pathnames not beginning with /. This current working directory is stored in a thread-safe variable in the client. path specifies the logical pathname relative to the current LFC directory or the full LFC 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 The named directory does not exist or is a null pathname. EACCES Search permission is denied on any component of path. EFAULT path is a NULL pointer. ENOTDIR A component of path prefix is not a 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. ENSNACT Name server is not running or is being shutdown. SEE ALSO
Castor_limits(4) AUTHOR
LCG Grid Deployment Team LFC
$Date: 2001/10/04 12:12:42 $ LFC_CHDIR(3)

Check Out this Related Man Page

LFC_DELCOMMENT(3)					       LFC Library Functions						 LFC_DELCOMMENT(3)

NAME
lfc_delcomment - delete the comment associated with a LFC file/directory in the name server SYNOPSIS
#include <sys/types.h> #include "lfc_api.h" int lfc_delcomment (const char *path) DESCRIPTION
lfc_delcomment deletes the comment associated with a LFC file/directory in the name server. path specifies the logical pathname relative to the current LFC directory or the full LFC 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 The named file/directory does not exist or is a null pathname or there is no comment associated with this entry. EACCES Search permission is denied on a component of the path prefix or the caller effective user ID does not match the owner ID of the file or write permission on the file/directory itself is denied. EFAULT path is a NULL pointer. 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. ENSNACT Name server is not running or is being shutdown. SEE ALSO
Castor_limits(4), lfc_chdir(3), lfc_setcomment(3), Cupvlist(1) AUTHOR
LCG Grid Deployment Team LFC
$Date: 2010-12-13 11:48:43 +0100 (Mon, 13 Dec 2010) $ LFC_DELCOMMENT(3)
Man Page

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Name of path

I can't see the name of the directory path when i connect to server with telnet. What can i do? Thanks. Example: #cd directory1 #cd directory2 #cd directory3 #_ (current directory is directory3) but i want this #cd directory1 #directory1> cd directory2... (8 Replies)
Discussion started by: mehmetned
8 Replies

2. UNIX for Dummies Questions & Answers

finding pathname for directory

Hi Could someone help me? I'm not sure how to find the full pathname of a directory. I just want to be able to specify a directory. e.g directory1/directory2/directory3/directory4/directory5 I want to be able to put in "directory5" and then i want a return of the full address. ... (3 Replies)
Discussion started by: shomila_a
3 Replies

3. AIX

AIX cp error: "A file or directory in the path does not exist"

Hello fellow UNIX fans, I'm running AIX 4.3 and getting an error message “cp: /a/file2.db: A file or directory in the path does not exist” when I run the following command: cp /b/file.db /a/file2.db It stops every time about 95% of the way through the copy process at 1,073,741,312 bits. ... (3 Replies)
Discussion started by: Jackson123
3 Replies

4. UNIX for Dummies Questions & Answers

How can i assign directory path to a variable in perl?

Hai how can I assign directory path to a variable in perl Thanks&Regards kiran (2 Replies)
Discussion started by: kiran425
2 Replies

5. UNIX for Advanced & Expert Users

How can i assign directory path to a variable in perl?

Hai how can I assign directory path to a variable in perl Thanks&Regards kiran (3 Replies)
Discussion started by: kiran425
3 Replies

6. 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

7. Shell Programming and Scripting

How to go to up directory from a given directory in Perl?

I have a Perl script that has a variable for a directory path and I want to define another variable that will navigate to up directory from the given directory path. This is the given directory path in Perl and this is the way the directory path is derived use FindBin; $apphome =... (0 Replies)
Discussion started by: cumeh1624
0 Replies

8. Shell Programming and Scripting

awk - using variables in pattern which contain full pathname

Hello. I would like to make this bash command working. In the following code, the bash variable 'ZYPPER_LOCAL_REP' contain a full pathname like '/path/to/path/somewhere' The command list all available repositories, search for the string 'zipper_local' then on the same line search for... (4 Replies)
Discussion started by: jcdole
4 Replies