mkfifo.1
来自「操作系统设计与实现源码」· 1 代码 · 共 31 行
1
31 行
.TH MKFIFO 1.SH NAMEmkfifo \- make a named pipe.SH SYNOPSIS\fBmkfifo [\fB\-m \fImode\fR] \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 \fIpipe\fP in the current directory".EX "mkfifo -m a+w systatus" "Create the \fIsystatus\fP writable by all".SH DESCRIPTION.PPThe specified fifo special files are created.If the \fB\-m\fR flag is used, this will be equivalent to a chmodon the fifo special file after its creation..SH "SEE ALSO".BR chmod (1),.BR mknod (2),.BR mknod (8).
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?