http://os.51cto.com/art/201107/273691_1.htm 这里有介绍
[root@localhost zhangy]# mkfifo -m 664 test1 #使用所有者的读/写许可权以及组和其他用户的读许可权来创建 test1 文件 [root@localhost zhangy]# cat /etc/passwd > test1 & [1] 21316 [root@localhost zhangy]# cat test1 root:x:0:0:root:/root:/bin/bash bin:x:1:1:bin:/bin:/sbin/nologin daemon:x:2:2:daemon:/sbin:/sbin/nologin
评论(0)
暂无评论