1MKNOD(1M) MKNOD(1M)
2
3
4
6 mknod - build special file
7
9 /etc/mknod name [ c ] [ b ] major minor
10
12 Mknod makes a special file. The first argument is the name of the
13 entry. The second is b if the special file is block-type (disks, tape)
14 or c if it is character-type (other devices). The last two arguments
15 are numbers specifying the major device type and the minor device (e.g.
16 unit, drive, or line number).
17
18 The assignment of major device numbers is specific to each system.
19 They have to be dug out of the system source file conf.c.
20
22 mknod(2)
23
24
25
26 MKNOD(1M)