MKFIFO.1
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:1k
- .TH MKFIFO 1
- .SH NAME
- mkfifo - make a named pipe
- .SH SYNOPSIS
- fBmkfifo [fB-m fImodefR] fIfifo ...fR
- .br
- .de FL
- .TP
- \fB\$1\fR
- \$2
- ..
- .de EX
- .TP 20
- \fB\$1\fR
- # \$2
- ..
- .SH OPTIONS
- .FL "-m" "Create fifo with specified mode"
- .SH EXAMPLES
- .EX "mkfifo pipe" "Create fIpipefP in the current directory"
- .EX "mkfifo -m a+w systatus" "Create the fIsystatusfP writable by all"
- .SH DESCRIPTION
- .PP
- The specified fifo special files are created.
- If the fB-mfR flag is used, this will be equivalent to a chmod
- on the fifo special file after its creation.
- .SH "SEE ALSO"
- .BR chmod (1),
- .BR mknod (2),
- .BR mknod (8).