Path: utzoo!attcan!uunet!aplcen!uakari.primate.wisc.edu!zaphod.mps.ohio-state.edu!usc!ucsd!ucbvax!mindcrf.UUCP!karish From: karish@mindcrf.UUCP Newsgroups: comp.unix.questions Subject: Re: mkfifo (vs. mknod) Summary: SysV, POSIX Keywords: mkfifo Message-ID: <9006290024.AA19361@mindcrf.mindcraft.com> Date: 29 Jun 90 00:24:51 GMT References: <5827@aplcen.apl.jhu.edu> Sender: daemon@ucbvax.BERKELEY.EDU Distribution: comp.unix.questions Organization: Mindcraft, Inc. Lines: 17 In article <5827@aplcen.apl.jhu.edu> trw@aplcen.apl.jhu.edu (Weil timothy) writes: >is the basic difference here that mknod creates >FIFOs for superuser only and mkfifo is available >to all users? Are these routines specific to BSD >or does Sys V have them as well. The third edition of the SVID includes both the mkfifo() function and the mkfifo utility. These are also in the POSIX 1003.1 and 1003.2 standards, respectively, so future OS releases from all vendors that conform to POSIX and to X/Open guidelines will have them. Vanilla 4.3 BSD doesn't have either mkfifo() or mkfifo. -- Chuck Karish karish@mindcraft.com Mindcraft, Inc. (415) 323-9000