mknod
- 网络建立特别文件
mknod
-
The mknod command also creates a named pipe if you specify the p option for the type .
如果为类型指定了p选项,则mknod命令还将创建一个指定管道。
-
This is because UNIX can create a named pipe directly using either the mkfifo or mknod command .
这是因为UNIX可以直接使用mkfifo或mknod命令来创建指定管道。
-
With UNIX or Linux , you can create a named pipe with the mkfifo or mknod command .
在UNIX或Linux中,您可以使用mkfifo或mknod命令来创建指定管道。
-
There is no create () operation ; mknod () will be called for creation of all non-directory , non-symlink nodes .
此处没有create()操作;mknod()会在创建非目录、非符号链接的节点时调用。