Scroll to navigation

MKFIFO(1) 用户命令 MKFIFO(1)

名称

mkfifo - 创建 FIFO(命名管道)

概述

mkfifo [选项]... 名称...

描述

使用给定的名称创建命名管道(FIFO)。

必选参数对长短选项同时适用。

-m, --mode=模式
将文件权限位设置为给定的模式(类似 chmod),而不是类似 a=rw 这样
-Z
将 SELinux 安全上下文设置为默认类型
--context[=CTX]
类似 -Z,或者如果指定了上下文,则将 SELinux 或者 SMACK 安全上下文设置为指定类型
--help
显示此帮助信息并退出
--version
显示版本信息并退出

作者

由 David MacKenzie 编写。

报告错误

GNU coreutils 的在线帮助: <http://www.gnu.org/software/coreutils/>
请向 <http://translationproject.org/team/zh_CN.html> 报告 mkfifo 的翻译错误。

版权

Copyright © 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.

参见

mkfifo(3)

完整文档请见: <http://www.gnu.org/software/coreutils/mkfifo>
或者在本地使用: info '(coreutils) mkfifo invocation'

本页面中文版由中文 man 手册页计划提供。
中文 man 手册页计划:https://github.com/man-pages-zh/manpages-zh
2017年1月 GNU coreutils 8.26