Path: utzoo!attcan!uunet!seismo!ukma!wuarchive!usc!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!aplcen!trw From: trw@aplcen.apl.jhu.edu (Weil timothy) Newsgroups: comp.unix.questions Subject: mkfifo (vs. mknod) Summary: Is mkfifo specific to BSD? Keywords: mkfifo Message-ID: <5827@aplcen.apl.jhu.edu> Date: 28 Jun 90 13:46:30 GMT Distribution: comp.unix.questions Organization: Johns Hopkins University, Laurel, MD Lines: 6 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. Any examples will be appreciated...thanks