This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: mkfifo (GNU fileutils) 4.0


"Gerrit P. Haase" wrote:
> 
> mkfifo (GNU fileutils) 4.0
> 
> I got an error using mkfifo:
> mkfifo: cannot make fifo ... : Function not implemented
> 
> So, what is mkfifo good for?


[tangent@MEGATON tangent]$ man mkfifo |head -15



MKFIFO(1)                      FSF                      MKFIFO(1)


NAME
       mkfifo - make FIFOs (named pipes)

SYNOPSIS
       mkfifo [OPTION] NAME...

DESCRIPTION
       Create named pipes (FIFOs) with the given NAMEs.

------------------------------------------------------------

It's probably only included with Cygwin since it's part of the fileutils
distro.

I'll bet you could rescue the old symlink code to make a fair FIFO
emulation, if you really wanted them.
-- 
= Warren -- Video articles: http://www.cyberport.com/~tangent/video/
= 
= ICBM Address: 36.8274040 N, 108.0204086 W, alt. 1714m

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]