A question about linux pipes
Hi Guys, sorry to bother you all. But I have a simple question about Linux Pipes. Is the following statement right or wrong: "Named pipes can be used to transfer data from one process to multiple other processes that know the name at the same time (similar to the behavior of a tee-pipe)." For reference, the original German Quote: "Named Pipes lassen sich dazu verwenden, um Daten von einem Prozess gleichzeitig an mehrere andere Prozesse, die den Namen kennen, zu übertragen (ähnlich dem Verhalten einer tee-Pipe)." Thanks in advance ! Sincerely, A fellow Linux user. Sent with [ProtonMail](https://protonmail.com/) secure email.
On Fri, May 13, 2022 at 11:46 AM xhighway999 <xhighway999@protonmail.com> wrote:
Hi Guys, sorry to bother you all. But I have a simple question about Linux Pipes. Is the following statement right or wrong: "Named pipes can be used to transfer data from one process to multiple other processes that know the name at the same time (similar to the behavior of a tee-pipe)." For reference, the original German Quote: "Named Pipes lassen sich dazu verwenden, um Daten von einem Prozess gleichzeitig an mehrere andere Prozesse, die den Namen kennen, zu übertragen (ähnlich dem Verhalten einer tee-Pipe)." Thanks in advance !
Sincerely, A fellow Linux user.
This will help you to figure out the answer to your question yourself: https://youtu.be/6lik_f1Vp54 Aruna
participants (2)
-
Aruna Hewapathirane -
xhighway999