Xref: utzoo comp.unix.questions:14602 comp.unix.wizards:17093 Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!gatech!uflorida!haven!h.cs.wvu.wvnet.edu!cerc.wvu.wvnet.edu!drs From: drs@cerc.wvu.wvnet.edu (Darrell Schiebel) Newsgroups: comp.unix.questions,comp.unix.wizards Subject: Named Pipe Creation Keywords: pipe Message-ID: <163@cerc.wvu.wvnet.edu.edu> Date: 30 Jun 89 15:57:44 GMT Sender: news@cerc.wvu.wvnet.edu Lines: 26 I am attempting to create a named pipe which several different users can read from and write to, but when I create the pipe with: if (mknod(destination_path,S_IFIFO | 0666, 0) == -1) if (errno != EEXIST) return(-1); else errno = 0; sock = open(destination_path,O_RDWR); the system creates a pipe with owner r/w, group r, and world r. The protection I was expecting is owner r/w , group r/w, wnd world r/w. Any Suggestions ? Thank You, Darrell Schiebel ------------------------------------------------------------------------- Darrell Schiebel _ _ _ __ __ drs@cerc.wvu.wvnet.edu | \ /\ |_) |_) |_ | | (_ Concurrent Engineering Center |_/ /--\ | \ | \ |__ |__ |__ __) :: West Virginia University -------------------------------------------------------------------------