Bash-Linux.com : Le SHELL pour les nuls

  Actuellement 50 lignes de commande et 1472 man disponibles
login as: root
root@213.186.33.18's password:
Last login: Wed May 30 7:34:27 2012 from 38.107.179.228
[root@bash-linux ~] # echo "Bienvenue sur Bash-Linux.com"_
 Manuel des commandes UNIX (man) Version anglaise

Indiquez la fonction :

Man Readlinkat en anglais

READLINKAT(2) Linux Programmer's Manual READLINKAT(2)
 
NAME


readlinkat - read value of a symbolic link relative to a directory file descriptor
 
SYNOPSIS


#define _ATFILE_SOURCE #include /* Definition of AT_* constants */ #include int readlinkat(int dirfd, const char *pathname, char *buf, size_t bufsiz);
 
DESCRIPTION


The readlinkat() system call operates in exactly the same way as read- link(2), except for the differences described in this manual page. If the pathname given in pathname is relative, then it is interpreted relative to the directory referred to by the file descriptor dirfd (rather than relative to the current working directory of the calling process, as is done by readlink(2) for a relative pathname). If pathname is relative and dirfd is the special value AT_FDCWD, then pathname is interpreted relative to the current working directory of the calling process (like readlink(2)). If pathname is absolute, then dirfd is ignored.
 
RETURN VALUE


On success, readlinkat() returns the number of bytes placed in buf. On error, -1 is returned and errno is set to indicate the error.
 
ERRORS


The same errors that occur for readlink(2) can also occur for read- linkat(). The following additional errors can occur for readlinkat(): EBADF dirfd is not a valid file descriptor.
 
ENOTDIR


pathname is relative and dirfd is a file descriptor referring to a file other than a directory.
 
VERSIONS


readlinkat() was added to Linux in kernel 2.6.16.
 
CONFORMING TO


This system call is non-standard but is proposed for inclusion in a future revision of POSIX.1.
 
NOTES


See openat(2) for an explanation of the need for readlinkat().
 
SEE ALSO


openat(2), readlink(2), path_resolution(7)
 
COLOPHON


This page is part of release 3.05 of the Linux man-pages project. A description of the project, and information about reporting bugs, can be found at http://www.kernel.org/doc/man-pages/. Linux 2006-07-21 READLINKAT(2)


 Dernières recherches
Man  en anglais Man readlinkat en anglaisMan  en français Man readlinkat en français
Man  en anglais Man readdir_r en anglaisMan  en français Man readdir_r en français
Man  en anglais Man readahead en anglaisMan  en français Man readahead en français
Man  en anglais Man re_format en anglaisMan  en français Man re_format en français
Man  en anglais Man rcs en anglaisMan  en français Man rcs en français
Man  en anglais Man rcp en anglaisMan  en français Man rcp en français
Man  en anglais Man rcmd en anglaisMan  en français Man rcmd en français
Man  en anglais Man rawmemchr en anglaisMan  en français Man rawmemchr en français
Man  en anglais Man raw en anglaisMan  en français Man raw en français
Man  en anglais Man ranlib en anglaisMan  en français Man ranlib en français
Man  en anglais Man random_r en anglaisMan  en français Man random_r en français
Man  en anglais Man rand_r en anglaisMan  en français Man rand_r en français
Man  en anglais Man queue en anglaisMan  en français Man queue en français
Man  en anglais Man dh_lintian en anglaisMan  en français Man dh_lintian en français
Man  en anglais Man gunzip en anglaisMan  en français Man gunzip en français

 Recherche

Dans ce moteur de recherche, vous pouvez taper directement votre besoin, en une phrase normale, humaine.
Exemple : vous cherchez comment remplacer un mot par un autre dans tous les fichiers d'un certain dossier. Vous pouvez écrire "Comment remplacer un mot par un autre dans tous les fichiers d'un dossier". Le moteur vous ramenera les résultats en fonction de leur pertinence.
Vous pouvez bien sûr ne chercher qu'un seul mot-clé, par exemple "find".
 Toutes les lignes de code
Par popularité
Par fonction
Recherche avancée
 Les logiciels SHELL/SSH
Putty
Astuces Bash
Faire du SHELL avec PHP!
 La doc officielle
Les man Linux en français
Les man Linux en anglais
 Proposer vos bash
Partagez vos lignes!
 Les requêtes
Déposer une requête
Voir/répondre à une requête
 Quelques sites interessants
Bons sites pour apprendre
 Rechercher