DEVNM(C) UNIX System V
Name
devnm - identifies device name
Syntax
/etc/devnm [names]
Description
devnm identifies the special file associated with the
mounted file system where the argument name resides.
This command is most commonly used by the /etc/rc2 scripts
to construct a mount table entry for the root device.
Examples
Be sure to type full pathnames in this example:
/etc/devnm /usr
If /dev/hd1 is mounted on /usr, this produces:
hd1 /usr
Files
/dev/* Device names
/etc/rc2 Startup commands
See Also
setmnt(ADM)
Standards Conformance
devnm is conformant with:
AT&T SVID Issue 2, Select Code 307-127.
(printed 2/15/90) DEVNM(C)