書式
mkfifo [OPTION]... NAME...説明
NAME という名前の名前付きパイプ (FIFO) を作成します。
長いオプションに必須の引数は短いオプションにも必須です。
- -m, --mode=MODE
- ファイルのパーミッションを a=rw - umask ではなく、(chmod のように) MODE に設定する
- -Z, --context[=CTX]
- 作成した各 NAME に SELinux セキュリティコンテキストを デフォルトタイプに、指定された場合は CTX に、設定する
- --help
- この使い方を表示して終了する
- --version
- バージョン情報を表示して終了する
GNU coreutils のオンラインヘルプ: <http://www.gnu.org/software/coreutils/> mkfifo の翻訳に関するバグは <http://translationproject.org/team/ja.html> に連絡してください。 完全な文書を参照する場合は info coreutils 'mkfifo invocation' を実行してください。
作者
作者 David MacKenzie。著作権
Copyright © 2013 Free Software Foundation, Inc. ライセンス 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.