mknod.8
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 8 代码 · 共 52 行
8
52 行
.\" SCCSID: @(#)mknod.8 8.1 9/11/90.TH mknod 8 .SH Namemknod \- make special file.SH Syntax.B /etc/mknodname[.B c] [.B b]majorminor.br.B /etc/mknodname .B p.SH Description.NXR "mknod command".NXAM "mknod command" "mknod system call".NXR "special file" "building"The.PN mknodcommand makes a special file.The first argument is the.I nameof the entry.The second is.B bif the special file is block-type (disks, tape) or.B cif it is character-type (other devices).The last two arguments arenumbers specifying the.I majordevice typeand the.I minordevice (for example, unit, drive, or line number)..PPThe assignment of major device numbers is specific to each system.These numbers are obtained from the system source file.I conf.c..PPThe.PN mknodcommand can also be used to create fifo's, also known asnamed pipes, (second case in the Syntax section above)..SH See Alsomknod(2)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?