mkfifo.1

来自「操作系统设计与实现源码」· 1 代码 · 共 60 行

1
60
字号


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

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?