mknod.1m
来自「unix v7是最后一个广泛发布的研究型UNIX版本」· 1M 代码 · 共 39 行
1M
39 行
.TH MKNOD 1M .SH NAMEmknod \- build special file.SH SYNOPSIS.B /etc/mknodname[.B c] [.B b]majorminor.SH DESCRIPTION.I Mknodmakes 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 (e.g. unit, drive, or line number)..PPThe assignment of major device numbers is specific to each system.They have to be dug out of thesystem source file.I conf.c..SH "SEE ALSO"mknod(2)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?