mkfifo (vs. mknod)

karish at mindcrf.UUCP karish at mindcrf.UUCP
Fri Jun 29 10:24:51 AEST 1990


In article <5827 at aplcen.apl.jhu.edu> trw at 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 at mindcraft.com
	Mindcraft, Inc.		(415) 323-9000		



More information about the Comp.unix.questions mailing list