Device Management: Difference between revisions

From UNIX Systems Administration
Jump to navigation Jump to search
m (Michael Kohler moved page AIX Devices to Device Management without leaving a redirect)
 
Line 2: Line 2:
=== AIX ===
=== AIX ===
# Find the parent of a device.
# Find the parent of a device.
## <tt>'''# lsdev -l <child device> -F parent'''</tt>
#: <tt>'''# lsdev -l <child device> -F parent'''</tt>
# Find the children of a device.
# Find the children of a device.
## <tt>'''# lsdev -p <parent device>'''</tt>
#: <tt>'''# lsdev -p <parent device>'''</tt>


=== Linux ===
=== Linux ===

Latest revision as of 18:55, 27 April 2017

Commands

AIX

  1. Find the parent of a device.
    # lsdev -l <child device> -F parent
  2. Find the children of a device.
    # lsdev -p <parent device>

Linux