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: Sat Feb 11 11:37:47 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 Fifo en anglais

FIFO(7) Linux Programmer's Manual FIFO(7)
 
NAME


fifo - first-in first-out special file, named pipe
 
DESCRIPTION


A FIFO special file (a named pipe) is similar to a pipe, except that it is accessed as part of the file system. It can be opened by multiple processes for reading or writing. When processes are exchanging data via the FIFO, the kernel passes all data internally without writing it to the file system. Thus, the FIFO special file has no contents on the file system, the file system entry merely serves as a reference point so that processes can access the pipe using a name in the file system. The kernel maintains exactly one pipe object for each FIFO special file that is opened by at least one process. The FIFO must be opened on both ends (reading and writing) before data can be passed. Normally, opening the FIFO blocks until the other end is opened also. A process can open a FIFO in non-blocking mode. In this case, opening for read only will succeed even if no-one has opened on the write side yet; opening for write only will fail with ENXIO (no such device or address) unless the other end has already been opened. Under Linux, opening a FIFO for read and write will succeed both in blocking and non-blocking mode. POSIX leaves this behavior undefined. This can be used to open a FIFO for writing while there are no readers available. A process that uses both ends of the connection in order to communicate with itself should be very careful to avoid deadlocks.
 
NOTES


When a process tries to write to a FIFO that is not opened for read on the other side, the process is sent a SIGPIPE signal. FIFO special files can be created by mkfifo(3), and are specially indi- cated in ls -l.
 
SEE ALSO


mkfifo(1), open(2), pipe(2), sigaction(2), signal(2), socketpair(2), mkfifo(3), pipe(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 1999-06-20 FIFO(7)


 Dernières recherches
Man  en anglais Man fifo en anglaisMan  en français Man fifo en français
Man  en anglais Man atoi en anglaisMan  en français Man atoi en français
Man  en anglais Man getc en anglaisMan  en français Man getc en français
Man  en anglais Man time en anglaisMan  en français Man time en français
Man  en anglais Man chvt en anglaisMan  en français Man chvt en français
Man  en anglais Man ftok en anglaisMan  en français Man ftok en français
Man  en anglais Man echo en anglaisMan  en français Man echo en français
Man  en anglais Man head en anglaisMan  en français Man head en français
Man  en anglais Man exit en anglaisMan  en français Man exit en français
Man  en anglais Man gcvt en anglaisMan  en français Man gcvt en français
Man  en anglais Man atol en anglaisMan  en français Man atol en français
Man  en anglais Man kill en anglaisMan  en français Man kill en français
Man  en anglais Man uucp en anglaisMan  en français Man uucp en français
Man  en anglais Man utmp en anglaisMan  en français Man utmp en français
Man  en anglais Man less en anglaisMan  en français Man less 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