devnm(1M) System Administration Commands devnm(1M)NAME
devnm - device name
SYNOPSIS
/usr/sbin/devnm name [name...]
DESCRIPTION
The devnm command identifies the special file associated with the mounted file system where the argument name resides. One or more name can
be specified.
EXAMPLES
Example 1: Using the devnm Command
Assuming that /usr is mounted on /dev/dsk/c0t3d0s6, the following command :
/usr/sbin/devnm /usr
produces:
/dev/dsk/c0t3d0s6 /usr
FILES
/dev/dsk/*
/etc/mnttab
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWcsu |
+-----------------------------+-----------------------------+
SEE ALSO mnttab(4), attributes(5)SunOS 5.10 14 Sep 1992 devnm(1M)
Check Out this Related Man Page
mkdevmaps(1M) System Administration Commands mkdevmaps(1M)NAME
mkdevmaps - make device_maps entries
SYNOPSIS
/usr/sbin/mkdevmaps
DESCRIPTION
The mkdevmaps command writes to standard out a set of device_maps(4) entries describing the system's frame buffer, audio, and removable
media devices.
The mkdevmaps command is used by the init.d(4) scripts to create or update the /etc/security/device_maps file.
Entries are generated based on the device special files found in /dev. For the different categories of devices, the mkdevmaps command
checks for the following files under /dev:
audio /dev/audio, /dev/audioctl, /dev/sound/...
tape /dev/rst*, /dev/nrst*, /dev/rmt/...
floppy /dev/diskette, /dev/fd*, /dev/rdiskette, /dev/rfd*
removable disk /dev/dsk/c0t?d0s?, /dev/rdsk/c0t?d0s?
frame buffer /dev/fb
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWcsu |
+-----------------------------+-----------------------------+
|Interface Stability |Obsolete |
+-----------------------------+-----------------------------+
SEE ALSO allocate(1), bsmconv(1M), attributes(5)NOTES
mkdevmaps might not be supported in a future release of the Solaris operating system.
SunOS 5.10 8 Oct 2003 mkdevmaps(1M)