Skip to main content

All Questions

Tagged with
5 votes
1 answer
91 views

How many ways does Unix feign files?

I know Unix filesystem sometimes has things that appear to be files but are not actually files. The files in dev actually point to devices. Its also possible to created named pipes which also appear ...
Mario's user avatar
  • 467
7 votes
1 answer
5k views

How long do FIFOs (named pipes) stay "open" for?

For example, I have a script that writes the time to a pipe in /etc/pipe. It writes continuously in a while true loop. How long will the data in the pipe be available for reading? If I only decide to ...
nopcorn's user avatar
  • 16.7k