Device Management

From UNIX Systems Administration
Revision as of 15:53, 15 June 2016 by Michael Kohler (talk | contribs) (Michael Kohler moved page AIX Devices to Device Management without leaving a redirect)
Jump to navigation Jump to search

Commands

AIX

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

Linux