Annotated edit history of
mkfifo(1) version 2, including all changes.
View license author blame.
Rev |
Author |
# |
Line |
1 |
perry |
1 |
MKFIFO |
|
|
2 |
!!!MKFIFO |
|
|
3 |
NAME |
|
|
4 |
SYNOPSIS |
|
|
5 |
DESCRIPTION |
|
|
6 |
AUTHOR |
|
|
7 |
REPORTING BUGS |
|
|
8 |
COPYRIGHT |
|
|
9 |
SEE ALSO |
|
|
10 |
---- |
|
|
11 |
!!NAME |
|
|
12 |
|
|
|
13 |
|
|
|
14 |
mkfifo - make FIFOs (named pipes) |
|
|
15 |
!!SYNOPSIS |
|
|
16 |
|
|
|
17 |
|
|
|
18 |
__mkfifo__ [[''OPTION''] ''NAME''... |
|
|
19 |
!!DESCRIPTION |
|
|
20 |
|
|
|
21 |
|
|
|
22 |
Create named pipes (FIFOs) with the given |
|
|
23 |
NAMEs. |
|
|
24 |
|
|
|
25 |
|
|
|
26 |
__-m__, __--mode__=''MODE'' |
|
|
27 |
|
|
|
28 |
|
|
|
29 |
set permission mode (as in chmod), not a=rw - |
|
|
30 |
umask |
|
|
31 |
|
|
|
32 |
|
|
|
33 |
__--help__ |
|
|
34 |
|
|
|
35 |
|
|
|
36 |
display this help and exit |
|
|
37 |
|
|
|
38 |
|
|
|
39 |
__--version__ |
|
|
40 |
|
|
|
41 |
|
|
|
42 |
output version information and exit |
|
|
43 |
!!AUTHOR |
|
|
44 |
|
|
|
45 |
|
2 |
perry |
46 |
Written by David !MacKenzie. |
1 |
perry |
47 |
!!REPORTING BUGS |
|
|
48 |
|
|
|
49 |
|
|
|
50 |
Report bugs to |
|
|
51 |
!!COPYRIGHT |
|
|
52 |
|
|
|
53 |
|
|
|
54 |
Copyright 2001 Free Software Foundation, Inc. |
|
|
55 |
This is free software; see the source for copying |
|
|
56 |
conditions. There is NO warranty; not even for |
|
|
57 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR |
|
|
58 |
PURPOSE. |
|
|
59 |
!!SEE ALSO |
|
|
60 |
|
|
|
61 |
|
|
|
62 |
The full documentation for __mkfifo__ is maintained as a |
|
|
63 |
Texinfo manual. If the __info__ and __mkfifo__ |
|
|
64 |
programs are properly installed at your site, the |
|
|
65 |
command |
|
|
66 |
|
|
|
67 |
|
|
|
68 |
__info mkfifo__ |
|
|
69 |
|
|
|
70 |
|
|
|
71 |
should give you access to the complete manual. |
|
|
72 |
---- |
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.