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 18:41:31 2012 from 38.107.179.227
[root@bash-linux ~] # echo "Bienvenue sur Bash-Linux.com"_
 Manuel des commandes UNIX (man) Version anglaise

Indiquez la fonction :

Man Mkfifoat en anglais

MKFIFOAT(3) Linux Programmer's Manual MKFIFOAT(3)
 
NAME


mkfifoat - make a FIFO (named pipe) relative to a directory file descriptor
 
SYNOPSIS


#define _ATFILE_SOURCE #include /* Definition of AT_* constants */ #include int mkfifoat(int dirfd, const char *pathname, mode_t mode);
 
DESCRIPTION


The mkfifoat() system call operates in exactly the same way as mkfifo(3), 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 mkfifo(3) 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 mkfifo(3)). If pathname is absolute, then dirfd is ignored.
 
RETURN VALUE


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


The same errors that occur for mkfifo(3) can also occur for mkfifoat(). The following additional errors can occur for mkfifoat(): EBADF dirfd is not a valid file descriptor.
 
ENOTDIR


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


mkfifoat() was added to glibc in version 2.4. It is implemented using mknod(2), available on Linux since kernel 2.6.16.
 
CONFORMING TO


This function 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 mkfifoat().
 
SEE ALSO


openat(2), mkfifo(3), 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-04-06 MKFIFOAT(3)


 Dernières recherches
Man  en anglais Man mkfifoat en anglaisMan  en français Man mkfifoat en français
Man  en anglais Man mkdtemp en anglaisMan  en français Man mkdtemp en français
Man  en anglais Man mesg en anglaisMan  en français Man mesg en français
Man  en anglais Man memset en anglaisMan  en français Man memset en français
Man  en anglais Man mempcpy en anglaisMan  en français Man mempcpy en français
Man  en anglais Man memmove en anglaisMan  en français Man memmove en français
Man  en anglais Man memmem en anglaisMan  en français Man memmem en français
Man  en anglais Man memfrob en anglaisMan  en français Man memfrob en français
Man  en anglais Man memcpy en anglaisMan  en français Man memcpy en français
Man  en anglais Man memcmp en anglaisMan  en français Man memcmp en français
Man  en anglais Man memccpy en anglaisMan  en français Man memccpy en français
Man  en anglais Man mem en anglaisMan  en français Man mem en français
Man  en anglais Man link en anglaisMan  en français Man link en français
Man  en anglais Man make en anglaisMan  en français Man make en français
Man  en anglais Man mbtowc en anglaisMan  en français Man mbtowc 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