Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
MKFIFO.1
Upload User: jnzhq888
Upload Date: 2007-01-18
Package Size: 51694k
Code Size: 1k
Category:
OS Develop
Development Platform:
WINDOWS
- MKFIFO(1) Minix Programmer's Manual MKFIFO(1)
- NAME
- mkfifo - make a named pipe
- SYNOPSIS
- mkfifo [-m mode] fifo ...
- OPTIONS
- -m Create fifo with specified mode
- EXAMPLES
- mkfifo pipe # Create pipe in the current directory
- mkfifo -m a+w systatus
- # Create the systatus writable by all
- DESCRIPTION
- The specified fifo special files are created. If the -m flag is used,
- this will be equivalent to a chmod on the fifo special file after its
- creation.
- SEE ALSO
- chmod(1), mknod(2), mknod(8).
- 1