Xref: utzoo comp.unix.questions:15454 comp.unix.wizards:17513 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!cs.utexas.edu!uunet!mcvax!ukc!strath-cs!jim From: jim@cs.strath.ac.uk (Jim Reid) Newsgroups: comp.unix.questions,comp.unix.wizards Subject: Re: Portable mknod ?? does it exist? Keywords: mknod Message-ID: <256@baird.cs.strath.ac.uk> Date: 4 Aug 89 10:03:07 GMT References: <178@cerc.wvu.wvnet.edu.edu> <1419@riscy.dec.com> <181@cerc.wvu.wvnet.edu.edu> <2320@auspex.auspex.com> Sender: news@cs.strath.ac.uk Reply-To: jim@cs.strath.ac.uk Organization: Comp. Sci. Dept., Strathclyde Univ., Scotland. Lines: 15 In article <2320@auspex.auspex.com> guy@auspex.auspex.com (Guy Harris) writes: # >dec: decnod # >myfifo created # >dec: ls -l myfifo # >crw-r--r-- 1 drs 255, 255 Aug 1 16:54 myfifo # #That ain't no FIFO, that's a character special file. The "mknod" call #in the original posting looked OK, so either there's something funny in #that code or there's a bug in Ultrix that causes it to create character #special files when you ask it to create FIFOs.... Or the ULTRIX ls command can't tell the difference between fifos and character special files.... Jim