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 11:26:20 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 Symlinkat en anglais

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


symlinkat - create a symbolic link relative to a directory file descriptor
 
SYNOPSIS


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


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


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


The same errors that occur for symlink(2) can also occur for sym- linkat(). The following additional errors can occur for symlinkat(): EBADF newdirfd is not a valid file descriptor.
 
ENOTDIR


newpath is relative and newdirfd is a file descriptor referring to a file other than a directory.
 
VERSIONS


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


openat(2), symlink(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 SYMLINKAT(2)


 Dernières recherches
Man  en anglais Man symlinkat en anglaisMan  en français Man symlinkat en français
Man  en anglais Man mailcap en anglaisMan  en français Man mailcap en français
Man  en anglais Man symlink en anglaisMan  en français Man symlink en français
Man  en anglais Man swapcontext en anglaisMan  en français Man swapcontext en français
Man  en anglais Man swab en anglaisMan  en français Man swab en français
Man  en anglais Man sum en anglaisMan  en français Man sum en français
Man  en anglais Man sulogin en anglaisMan  en français Man sulogin en français
Man  en anglais Man strxfrm en anglaisMan  en français Man strxfrm en français
Man  en anglais Man strverscmp en anglaisMan  en français Man strverscmp en français
Man  en anglais Man strtoull en anglaisMan  en français Man strtoull en français
Man  en anglais Man strtoq en anglaisMan  en français Man strtoq en français
Man  en anglais Man strtoll en anglaisMan  en français Man strtoll en français
Man  en anglais Man strtok_r en anglaisMan  en français Man strtok_r en français
Man  en anglais Man strtof en anglaisMan  en français Man strtof en français
Man  en anglais Man strrchr en anglaisMan  en français Man strrchr 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