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: Tue May 29 13:52:43 2012 from 38.107.179.226
[root@bash-linux ~] # echo "Bienvenue sur Bash-Linux.com"_
 Manuel des commandes UNIX (man) Version anglaise

Indiquez la fonction :

Man Linkat en anglais

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


linkat - create a file link relative to directory file descriptors
 
SYNOPSIS


#define _ATFILE_SOURCE #include /* Definition of AT_* constants */ #include int linkat(int olddirfd, const char *oldpath, int newdirfd, const char *newpath, int flags);
 
DESCRIPTION


The linkat() system call operates in exactly the same way as link(2), except for the differences described in this manual page. If the pathname given in oldpath is relative, then it is interpreted relative to the directory referred to by the file descriptor olddirfd (rather than relative to the current working directory of the calling process, as is done by link(2) for a relative pathname). If oldpath is relative and olddirfd is the special value AT_FDCWD, then oldpath is interpreted relative to the current working directory of the calling process (like link(2)). If oldpath is absolute, then olddirfd is ignored. The interpretation of newpath is as for oldpath, except that a relative pathname is interpreted relative to the directory referred to by the file descriptor newdirfd. By default, linkat(), does not dereference oldpath if it is a symbolic link (like link(2)). Since Linux 2.6.18, the flag AT_SYMLINK_FOLLOW can be specified in flags to cause oldpath to be dereferenced if it is a symbolic link. Before kernel 2.6.18, the flags argument was unused, and had to be specified as 0.
 
RETURN VALUE


On success, linkat() returns 0. On error, -1 is returned and errno is set to indicate the error.
 
ERRORS


The same errors that occur for link(2) can also occur for linkat(). The following additional errors can occur for linkat(): EBADF olddirfd or newdirfd is not a valid file descriptor.
 
ENOTDIR


oldpath is relative and olddirfd is a file descriptor referring to a file other than a directory; or similar for newpath and newdirfd
 
VERSIONS


linkat() 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 linkat().
 
SEE ALSO


link(2), openat(2), path_resolution(7), symlink(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-04-10 LINKAT(2)


 Dernières recherches
Man  en anglais Man linkat en anglaisMan  en français Man linkat en français
Man  en anglais Man link en anglaisMan  en français Man link en français
Man  en anglais Man line en anglaisMan  en français Man line en français
Man  en anglais Man ldd en anglaisMan  en français Man ldd en français
Man  en anglais Man ldconfig en anglaisMan  en français Man ldconfig en français
Man  en anglais Man ldap_table en anglaisMan  en français Man ldap_table en français
Man  en anglais Man lchown en anglaisMan  en français Man lchown en français
Man  en anglais Man last en anglaisMan  en français Man last en français
Man  en anglais Man labs en anglaisMan  en français Man labs en français
Man  en anglais Man killall en anglaisMan  en français Man killall en français
Man  en anglais Man kbd_mode en anglaisMan  en français Man kbd_mode en français
Man  en anglais Man join en anglaisMan  en français Man join en français
Man  en anglais Man isxdigit en anglaisMan  en français Man isxdigit en français
Man  en anglais Man iswxdigit en anglaisMan  en français Man iswxdigit en français
Man  en anglais Man deb en anglaisMan  en français Man deb 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