The next line in my C program should contain read / write permissions for All / Group / Owner
mkfifo("/tmp/dumbPipe", 0666)
But as soon as I ran the code and checked the resolution, but the recording bits were not written, I end up with
prw-r
The owners are the same, is this a problem as I create a channel in the tmp directory? When I run chmod 666 from the cmd line, all permissions are set correctly.
c unix named-pipes permissions
whatWhat
source share