mknod.8

来自「莱昂氏UNIX源代码分析UNIXv6src.tar.gz」· 8 代码 · 共 41 行

8
41
字号
.th MKNOD VIII 2/11/75.sh NAMEmknod \*- build special file.sh SYNOPSIS.bd /etc/mknodname[.bd c] [.bd b]majorminor.sh DESCRIPTION.it Mknodmakes a directory entry and corresponding i-nodefor a special file.The first argument is the.it nameof the entry.The second is.bd bif the special file is block-type (disks, tape) or.bd cif it is character-type (other devices).The last two arguments arenumbers specifying the.it majordevice typeand the.it minordevice (e.g. unit, drive, or line number)..s3The assignment of major device numbers is specific to each system.They have to be dug out of thesystem source file.it conf.c..sh "SEE ALSO"mknod (II).sh BUGS

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?