- 论坛徽章:
- 0
|
test # mkfifo --help
Usage: mkfifo [OPTION] NAME...
Create named pipes (FIFOs) with the given NAMEs.
-Z, --context=CTX set the SELinux security context of each NAME to CTX
Mandatory arguments to long options are mandatory for short options too.
-m, --mode=MODE set file permission bits to MODE, not a=rw - umask
--help display this help and exit
--version output version information and exit
Report bugs to <bug-coreutils@gnu.org>.
mkfifo就看到这么几个参数。。没发现有传给subshell的方法啊
test # mkfifo --version
mkfifo (GNU coreutils) 6.11
Copyright (C) 2008 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.
Written by David MacKenzie. |
|