Device Management

From UNIX Systems Administration
Jump to navigation Jump to search

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