1mkdevmaps(1M) System Administration Commands mkdevmaps(1M)
2
3
4
6 mkdevmaps - make device_maps entries
7
9 /usr/sbin/mkdevmaps
10
11
13 The mkdevmaps command writes to standard out a set of device_maps(4)
14 entries describing the system's frame buffer, audio, and removable
15 media devices.
16
17
18 The mkdevmaps command is used by the init.d(4) scripts to create or
19 update the /etc/security/device_maps file.
20
21
22 Entries are generated based on the device special files found in /dev.
23 For the different categories of devices, the mkdevmaps command checks
24 for the following files under /dev:
25
26 audio /dev/audio, /dev/audioctl, /dev/sound/...
27 tape /dev/rst*, /dev/nrst*, /dev/rmt/...
28 floppy /dev/diskette, /dev/fd*, /dev/rdiskette, /dev/rfd*
29 removable disk /dev/dsk/c0t?d0s?, /dev/rdsk/c0t?d0s?
30 frame buffer /dev/fb
31
32
34 See attributes(5) for descriptions of the following attributes:
35
36
37
38
39 ┌─────────────────────────────┬─────────────────────────────┐
40 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
41 ├─────────────────────────────┼─────────────────────────────┤
42 │Availability │SUNWcsu │
43 ├─────────────────────────────┼─────────────────────────────┤
44 │Interface Stability │Obsolete │
45 └─────────────────────────────┴─────────────────────────────┘
46
48 allocate(1), bsmconv(1M), attributes(5)
49
51 mkdevmaps might not be supported in a future release of the Solaris
52 operating system.
53
54
55
56SunOS 5.11 8 Oct 2003 mkdevmaps(1M)