On Saturday 16 February 2002 11:49 am, sanjay wrote:
> I have created a FIFO file by giving the following command:
>
> mkfifo /var/run/test --mode=660
>
> But, I am not able to write into it through program or even through command
> line.

Writing to a fifo, opened without O_NBLOCK, and with SIGPIPE ignored, results
in this behavior. Do a cat /var/run/test on another tty and see how the write
succeeds. ;-)

Binand

_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to