Lists device classes that match the specified criteria.
getdgrp [ -a ] [ -e ] [ -l ][ Criteria] [ DeviceClassList ]
Lists device classes that contain devices matching the given criteria. The criteria is given in the form of expressions.
getdgrpThe output looks similar to the following:
adapter aio bus cdrom disk diskette gxme if keyboard lft logical_volume lvm memory mouse planar processor pty pwrmgt rcm sys tape tcpip tty
getdgrp type=lvtypeThe output looks like the following:
logical_volume
getdgrp type=lvtype alias=sys0The output looks like the following:
logical_volume sys
getdgrp -a type=lvtype alias=lv01The output looks like the following:
logical_volume
getdgrp status:* processorThe output looks like the following:
processor
getdgrp status!:* processor
/usr/sbin/getdgrp | Contains the getdgrp command |
The getdev command, lsdev command.