1824169 Members
3310 Online
109669 Solutions
New Discussion юеВ

prw-rw-rw

 
SOLVED
Go to solution

prw-rw-rw

What does "p" allow?

Thank you for your answer.
Arnaud
Administrator Unix
4 REPLIES 4
U.SivaKumar_2
Honored Contributor

Re: prw-rw-rw

Hi,

That means that file is a unix named pipe.
( special file )
regards,
U.SivaKumar
Innovations are made when conventions are broken
Christian Gebhardt
Honored Contributor

Re: prw-rw-rw

Hi
this is a named pipe, you can create it with
mknod p

look at "man mknod"

Chris
U.SivaKumar_2
Honored Contributor
Solution

Re: prw-rw-rw

Definition: A named pipe is used to transfer data between two unrelated processes running on the same machine. The communication is unidirectional. One or more processes write to it while another process reads from it. Named pipes are often called FIFO files, which is short for "First In, First Out
Innovations are made when conventions are broken
T G Manikandan
Honored Contributor