makedev.8
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 8 代码 · 共 54 行
8
54 行
.\" SCCSID: @(#)MAKEDEV.8 2.1 3/10/87.TH MAKEDEV 8 RISC.UC 4.SH NameMAKEDEV \- makes system special files.SH Syntax.B /dev/MAKEDEV.IR device-name ? ....SH Description.NXR "MAKEDEV command" "making special files"The .PN MAKEDEVshell script is normally used to installspecial files. It resides in the .B /devdirectory, the normal location of special files.Arguments to .PN MAKEDEV are usually of the form.IR device-name ?where.I device-nameis one of the supported devices listed in Section 4 of the.I "ULTRIX Reference Pages"and ? is a logical unit number. A fewspecial arguments create assorted collections of devices and arelisted below..IP DECstation* 13Creates a DECstation specific setup. .IP stdCreates all.I standarddevices for all systems..IP localCreates those devices specific to the local site. Thisrequest causes the shell file.PN /dev/MAKEDEV.localto be executed. Site specific commands, such as thoseused to setup dialup lines as ttyd?, should be includedin this file..PPBecause all devices are created using.MS mknod 8 ,this shell script is useful only to the superuser..SH DiagnosticsEither self-explanatory, or generated by one of the programscalled from the script. Use .PN "sh -x MAKEDEV "in case of trouble..SH See Alsointro(4),config(8),mknod(8)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?